summaryrefslogtreecommitdiffstats
path: root/ci/run_tests.py
diff options
context:
space:
mode:
authorCedric Ollivier <ollivier.cedric@gmail.com>2016-10-17 07:10:10 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-10-17 07:10:10 +0000
commit288da283a86007af01c2e71296f8230f6fce07e5 (patch)
tree40ea0979206ac91ad31158d62e0f3473ebcaaae4 /ci/run_tests.py
parent91acddf71dc4fc48506dddc95621705cbe94ffaf (diff)
parent6aa929cd8c8a9116c8df23bc0bf4cc76516425e6 (diff)
Merge "Remove exit() in ft_utils.execute_command"
Diffstat (limited to 'ci/run_tests.py')
-rwxr-xr-xci/run_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/run_tests.py b/ci/run_tests.py
index af8f51dd0..638a6edf3 100755
--- a/ci/run_tests.py
+++ b/ci/run_tests.py
@@ -108,7 +108,7 @@ def run_test(test, tier_name):
else:
cmd = ("%s%s" % (EXEC_SCRIPT, flags))
logger.debug("Executing command '%s'" % cmd)
- result = ft_utils.execute_command(cmd, exit_on_error=False)
+ result = ft_utils.execute_command(cmd)
if CLEAN_FLAG:
cleanup()