Commit a1256f23 by FritzFlorian

Fix: typo in thread sanitizer script.

parent aea0ed8b
Pipeline #1090 failed with stages
in 2 minutes 41 seconds
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment