From a1256f23f0aeba2a38ccb69222033d4b534dabe4 Mon Sep 17 00:00:00 2001 From: FritzFlorian Date: Tue, 19 Mar 2019 19:40:49 +0100 Subject: [PATCH] Fix: typo in thread sanitizer script. --- ci_scripts/run_thread_sanitizer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_scripts/run_thread_sanitizer.sh b/ci_scripts/run_thread_sanitizer.sh index ba23b48..0bb65f7 100755 --- a/ci_scripts/run_thread_sanitizer.sh +++ b/ci_scripts/run_thread_sanitizer.sh @@ -7,7 +7,7 @@ make # run the actual tests with sanitizer enabled, reporting the result TSAN_OPTIONS="log_path=sanitizer.log exitcode=1" ./bin/tests -STATUS_CODE=?$ +STATUS_CODE=$? # rename the output log... mv sanitizer.log.* sanitizer.log -- libgit2 0.26.0