From 1247ac0fd7f196ace6bbed9c1ecdc41c49472df2 Mon Sep 17 00:00:00 2001 From: varac Date: Tue, 9 Dec 2014 17:12:11 +0100 Subject: run leap test with the --continue flag --- leap-platform-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'leap-platform-test') 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 ] -- cgit v1.2.3