diff options
Diffstat (limited to 'functest/cli/commands/cli_testcase.py')
-rw-r--r-- | functest/cli/commands/cli_testcase.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/functest/cli/commands/cli_testcase.py b/functest/cli/commands/cli_testcase.py index 510d740b..da78ae9c 100644 --- a/functest/cli/commands/cli_testcase.py +++ b/functest/cli/commands/cli_testcase.py @@ -55,9 +55,9 @@ class CliTestcase: "Run first 'functest env prepare'") else: if noclean: - cmd = ("python %s/ci/run_tests.py " + cmd = ("python %s/functest/ci/run_tests.py " "-n -t %s" % (FUNCTEST_REPO, testname)) else: - cmd = ("python %s/ci/run_tests.py " + cmd = ("python %s/functest/ci/run_tests.py " "-t %s" % (FUNCTEST_REPO, testname)) ft_utils.execute_command(cmd) |