Skip to content

Commit

Permalink
make thread sanitizer nonfailable in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
armcknight committed Oct 24, 2023
1 parent dc9931f commit 8e946de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/tests-with-thread-sanitizer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ testStatus=$?

if [ $testStatus -eq 0 ]; then
echo "ThreadSanitizer didn't find problems."
exit 0
else
echo "ThreadSanitizer found problems or one of the tests failed. Search for \"ThreadSanitizer\" in the thread-sanitizer.log artifact for more details."
exit 1
fi

0 comments on commit 8e946de

Please sign in to comment.