Skip to content

Commit

Permalink
chore: fix e2e.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Dec 27, 2023
1 parent 2a7e031 commit c814aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ fi
cmd="$telepresence ginkgo -p --junit-report test-results.xml $TEST_BINARY --test-folder $TEST_FOLDER $EXTRA"
$cmd 2>&1 | tee test.out

if [ grep "Test Suite Failed" test.out ]; then
if grep "Test Suite Failed" test.out ; then
echo "::endgroup::"
exit 1
fi

0 comments on commit c814aaa

Please sign in to comment.