index
:
warpfx.git
audiolet
master
Unnamed repository; edit this file 'description' to name the repository.
git daemon user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
node_modules
/
request
/
tests
/
run.sh
blob: 57d0f649666868c3239b84ac2b2c71a932aa22d7 (
plain
)
1
2
3
4
5
6
FAILS
=
0
for
i
in
tests/test-*.js
;
do
echo
$i
node
$i
||
let
FAILS++
done
exit
$FAILS