run with 'phantomjs' tests
[mkws-moved-to-github.git] / tools / bin / mkws-bootstrap.sh
index 1aefc93..6473ceb 100755 (executable)
@@ -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