summaryrefslogtreecommitdiffstats
path: root/cli/commands/cli_testcase.py
diff options
context:
space:
mode:
Diffstat (limited to 'cli/commands/cli_testcase.py')
-rw-r--r--cli/commands/cli_testcase.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/commands/cli_testcase.py b/cli/commands/cli_testcase.py
index 5fe78a590..abf67d193 100644
--- a/cli/commands/cli_testcase.py
+++ b/cli/commands/cli_testcase.py
@@ -60,7 +60,7 @@ class CliTestcase:
else:
if noclean:
cmd = ("python /home/opnfv/repos/functest/ci/run_tests.py "
- "-t --no-clean %s" % testname)
+ "-n -t %s" % testname)
else:
cmd = ("python /home/opnfv/repos/functest/ci/run_tests.py "
"-t %s" % testname)