From beaaa9ac102fef5d4045a7b56dff9c639ef17765 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Tue, 8 Apr 2014 11:13:49 +0000 Subject: [PATCH] run with 'phantomjs' tests --- tools/bin/mkws-bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4