Skip to content

Commit

Permalink
iox-##692 Address review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Ibrahim Kuru <ibrahim.kuru@apex.ai>
  • Loading branch information
ibrhmkuru committed Jan 12, 2023
1 parent 927e6d0 commit 71964c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tools/ci/build-test-macos-with-sanitizers.sh
Expand Up @@ -51,7 +51,7 @@ cd ./build
if [ "$SANITIZER" == "asan" ]; then
tools/run_tests.sh asan-only
elif [ "$SANITIZER" == "tsan" ]; then
tools/run_tests.sh tsan-only
tools/run_tests.sh tsan-only continue-on-error
else
tools/run_tests.sh all
fi
Expand Down
1 change: 0 additions & 1 deletion tools/run_tests.sh
Expand Up @@ -70,7 +70,6 @@ for arg in "$@"; do
TEST_SCOPE="no_timing_test"
;;
"tsan-only")
CONTINUE_ON_ERROR=true
TEST_SCOPE="no_timing_test"
;;
"continue-on-error")
Expand Down

0 comments on commit 71964c6

Please sign in to comment.