projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c5cf92
)
run with 'phantomjs' tests
author
Wolfram Schneider
<wosch@indexdata.dk>
Tue, 8 Apr 2014 11:13:49 +0000
(11:13 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Tue, 8 Apr 2014 11:13:49 +0000
(11:13 +0000)
tools/bin/mkws-bootstrap.sh
patch
|
blob
|
history
diff --git
a/tools/bin/mkws-bootstrap.sh
b/tools/bin/mkws-bootstrap.sh
index
1aefc93
..
6473ceb
100755
(executable)
--- 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