]> git.ipfire.org Git - people/ms/strongswan.git/blobdiff - scripts/test.sh
travis: Silence `git checkout` for Botan
[people/ms/strongswan.git] / scripts / test.sh
index 301c3148e7893fe172c434a22f61586c719fe105..25eca29f0df0254e09ce4880832aeca956944c9c 100755 (executable)
@@ -20,7 +20,7 @@ build_botan()
 
        git clone https://github.com/randombit/botan.git $BOTAN_DIR &&
        cd $BOTAN_DIR &&
-       git checkout $BOTAN_REV &&
+       git checkout -qf $BOTAN_REV &&
        python ./configure.py --amalgamation $BOTAN_CONFIG &&
        make -j4 libs >/dev/null &&
        sudo make install >/dev/null &&