Skip to content

Commit

Permalink
test: try and improve flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Oct 29, 2024
1 parent 2368fc3 commit 3a959ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/doTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ do
fi
fi

if [[ TEST_EXIT_CODE -ne 0 ]]
if [[ $TEST_EXIT_CODE -ne 0 ]]
then
echo ""
echo ""
Expand Down

0 comments on commit 3a959ca

Please sign in to comment.