X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=tools%2Fbin%2Fmkws-bootstrap.sh;fp=tools%2Fbin%2Fmkws-bootstrap.sh;h=6473ceb559792806115b8a25813f910a7062e665;hp=1aefc93fb2a76e926cc8035d77d6b3c6c49a4a77;hb=beaaa9ac102fef5d4045a7b56dff9c639ef17765;hpb=6c5cf92fb76921616c588e05049b1e40864ad12a diff --git a/tools/bin/mkws-bootstrap.sh b/tools/bin/mkws-bootstrap.sh index 1aefc93..6473ceb 100755 --- a/tools/bin/mkws-bootstrap.sh +++ b/tools/bin/mkws-bootstrap.sh @@ -16,7 +16,7 @@ git clone -q ssh://git.indexdata.com:222/home/git/private/mkws.git cd mkws test -n "$debug" && echo "start bootstraping in $dir" -if make check > mkws.log 2>&1; then +if make check phantomjs > mkws.log 2>&1; then test -n "$debug" && echo "Ok" test -z "$debug" && rm -rf $dir exit 0