Really stop the buildbot noise
authorTobias Grosser <tobias@grosser.es>
Fri, 22 Nov 2013 23:56:11 +0000 (23:56 +0000)
committerTobias Grosser <tobias@grosser.es>
Fri, 22 Nov 2013 23:56:11 +0000 (23:56 +0000)
llvm-svn: 195521

polly/utils/check_format.sh

index 3752de9..b444325 100755 (executable)
@@ -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