summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xleap-platform-test5
1 files changed, 2 insertions, 3 deletions
diff --git a/leap-platform-test b/leap-platform-test
index eb97eb8..bbe7b85 100755
--- a/leap-platform-test
+++ b/leap-platform-test
@@ -462,12 +462,11 @@ run_tests () {
if $verbose
then
- #$LEAP_CMD $OPTS -v 2 deploy "$vm" 2>&1 | tee -a "$LOG1" "$LOG2"
- $LEAP_CMD $OPTS test --continue 2>&1 | tee -a "$TEST_LOG1" "$TEST_LOG2"
+ $LEAP_CMD $OPTS test "$TAG" --continue 2>&1 | tee -a "$TEST_LOG1" "$TEST_LOG2"
test_failure=${PIPESTATUS[0]}
egrep -iv "$TEST_FILTER" $TEST_LOG2 | tee -a "$TEST_LOG1" "$TEST_LOG2" > /dev/null
else
- $LEAP_CMD $OPTS test --continue 2>&1 | egrep -iv "$TEST_FILTER" | tee -a "$TEST_LOG1" "$TEST_LOG2"
+ $LEAP_CMD $OPTS test "$TAG" --continue 2>&1 | egrep -iv "$TEST_FILTER" | tee -a "$TEST_LOG1" "$TEST_LOG2"
test_failure=${PIPESTATUS[0]}
fi