diff options
author | Tobias Grosser <tobias@grosser.es> | 2013-11-22 23:56:11 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2013-11-22 23:56:11 +0000 |
commit | 37eff6aad9d9fb59dc9efe78b066cc84d88aec07 (patch) | |
tree | d7c660a12dd7a041e93f3b78482a039959c18d1d /polly/utils | |
parent | 70409740d05dcd50a3f78f2b4d5c0aab73e04ab8 (diff) | |
download | bcm5719-llvm-37eff6aad9d9fb59dc9efe78b066cc84d88aec07.tar.gz bcm5719-llvm-37eff6aad9d9fb59dc9efe78b066cc84d88aec07.zip |
Really stop the buildbot noise
llvm-svn: 195521
Diffstat (limited to 'polly/utils')
-rwxr-xr-x | polly/utils/check_format.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/utils/check_format.sh b/polly/utils/check_format.sh index 3752de95a5b..b44432553e2 100755 --- a/polly/utils/check_format.sh +++ b/polly/utils/check_format.sh @@ -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 |