diff options
Diffstat (limited to 'travis/csa/install.sh')
| -rwxr-xr-x | travis/csa/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/csa/install.sh b/travis/csa/install.sh index 4df403e0..301aead9 100755 --- a/travis/csa/install.sh +++ b/travis/csa/install.sh @@ -8,4 +8,4 @@ set -e CXXFLAGS="-std=c++11" ./clang+llvm-6.0.0-x86_64-linux-gnu-ubuntu-14.04/bin/scan-build -o scanbuildoutput -plist -v ./configure ./clang+llvm-6.0.0-x86_64-linux-gnu-ubuntu-14.04/bin/scan-build -o scanbuildoutput -plist -v make -j3 -if grep -r "\.c" scanbuildoutput | grep "<string>" | grep -v "<key>"; then echo "error" && /bin/false; else echo "ok"; fi +if grep -r "\.c" scanbuildoutput | grep "<string>" | grep -v -e "<key>" -e _generated_parser; then echo "error" && /bin/false; else echo "ok"; fi |
