summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2014-12-09 17:12:11 +0100
committervarac <varacanero@zeromail.org>2014-12-09 17:12:11 +0100
commit1247ac0fd7f196ace6bbed9c1ecdc41c49472df2 (patch)
tree760550b52b33696b1accffee53b23036d0de33dc
parentb933df28500a14070ff60c389464f65e79c39ba3 (diff)
run leap test with the --continue flag
-rwxr-xr-xleap-platform-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/leap-platform-test b/leap-platform-test
index cd3be51..10b91b2 100755
--- a/leap-platform-test
+++ b/leap-platform-test
@@ -236,7 +236,7 @@ run_tests () {
echo -e "\nRunning leap test on $date" | tee -a "$TEST_LOG1" "$TEST_LOG2"
- $LEAP_CMD $OPTS test 2>&1 | egrep -v "$TEST_FILTER" | tee -a "$TEST_LOG1" "$TEST_LOG2"
+ $LEAP_CMD "$OPTS" test --continue 2>&1 | egrep -v "$TEST_FILTER" | tee -a "$TEST_LOG1" "$TEST_LOG2"
test_failure=${PIPESTATUS[0]}
if [ "$test_failure" -ne 0 ]