]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Brackets to stop exiting from the build script.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 18 Apr 2019 10:41:24 +0000 (10:41 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 18 Apr 2019 10:41:24 +0000 (10:41 +0000)
git-svn-id: file:///svn/unbound/trunk@5170 be551aaa-1e26-0410-a405-d3ace91eadb9

.travis.yml

index ed91d18d380aacd454dddf5846c2f4e5e5d3b0ed..63c3906060473a590e4744af9b3dd1152b353020 100644 (file)
@@ -13,4 +13,4 @@ script:
   - ./configure --enable-debug --disable-flto
   - make
   - make test
-  - cd testdata; ../testcode/mini_tdir.sh exe clang-analysis.tdir ; if grep -e "warning:" -e "error:" result.clang-analysis ; then exit 1; else exit 0; fi
+  - (cd testdata; ../testcode/mini_tdir.sh exe clang-analysis.tdir ; if grep -e "warning:" -e "error:" result.clang-analysis ; then exit 1; else exit 0; fi)