[zorg] r227888 - sanitizer-x86_64-linux-autoconf: make check_analyze.sh failures fatal
Alexey Samsonov
vonosmas at gmail.com
Mon Feb 2 15:03:15 PST 2015
Author: samsonov
Date: Mon Feb 2 17:03:15 2015
New Revision: 227888
URL: http://llvm.org/viewvc/llvm-project?rev=227888&view=rev
Log:
sanitizer-x86_64-linux-autoconf: make check_analyze.sh failures fatal
Modified:
zorg/trunk/zorg/buildbot/builders/sanitizers/test_tsan.sh
Modified: zorg/trunk/zorg/buildbot/builders/sanitizers/test_tsan.sh
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/builders/sanitizers/test_tsan.sh?rev=227888&r1=227887&r2=227888&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/sanitizers/test_tsan.sh (original)
+++ zorg/trunk/zorg/buildbot/builders/sanitizers/test_tsan.sh Mon Feb 2 17:03:15 2015
@@ -23,7 +23,7 @@ echo @@@BUILD_STEP tsan test release-cla
./tsan_test
echo @@@BUILD_STEP tsan analyze@@@
-./check_analyze.sh || echo @@@STEP_WARNINGS@@@
+./check_analyze.sh || echo @@@STEP_FAILURE@@@
echo @@@BUILD_STEP tsan build release-gcc@@@
make -f Makefile.old clean
More information about the llvm-commits
mailing list