From e8b614abd7850b8359930087d84b21515c970a71 Mon Sep 17 00:00:00 2001 From: varac Date: Tue, 26 Jul 2016 20:32:49 +0200 Subject: test cmd should use TAG --- leap-platform-test | 5 ++--- 1 file 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 -- cgit v1.2.3