summaryrefslogtreecommitdiffstats
path: root/cli/commands/cli_tier.py
diff options
context:
space:
mode:
Diffstat (limited to 'cli/commands/cli_tier.py')
-rw-r--r--cli/commands/cli_tier.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/commands/cli_tier.py b/cli/commands/cli_tier.py
index 4b714c28b..8e031cce9 100644
--- a/cli/commands/cli_tier.py
+++ b/cli/commands/cli_tier.py
@@ -70,7 +70,7 @@ class CliTier:
else:
if noclean:
cmd = ("python /home/opnfv/repos/functest/ci/run_tests.py "
- "-t --no-clean %s" % tiername)
+ "-n -t %s" % tiername)
else:
cmd = ("python /home/opnfv/repos/functest/ci/run_tests.py "
"-t %s" % tiername)