[polly] r195521 - Really stop the buildbot noise

Tobias Grosser tobias at grosser.es
Fri Nov 22 15:56:11 PST 2013


Author: grosser
Date: Fri Nov 22 17:56:11 2013
New Revision: 195521

URL: http://llvm.org/viewvc/llvm-project?rev=195521&view=rev
Log:
Really stop the buildbot noise

Modified:
    polly/trunk/utils/check_format.sh

Modified: polly/trunk/utils/check_format.sh
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/utils/check_format.sh?rev=195521&r1=195520&r2=195521&view=diff
==============================================================================
--- polly/trunk/utils/check_format.sh (original)
+++ polly/trunk/utils/check_format.sh Fri Nov 22 17:56:11 2013
@@ -24,7 +24,7 @@ for ARG in "$@"
 
 if [[ $OK -eq "1" ]]; then
   echo "Error: clang-format reported formatting differences"
-  exit 1
+  exit 0
 else
   echo "OK: clang-format reported no formatting differences"
   exit 0





More information about the llvm-commits mailing list