mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
Added node-modules
This commit is contained in:
15
node_modules/log4node/test-runner.sh
generated
vendored
Executable file
15
node_modules/log4node/test-runner.sh
generated
vendored
Executable file
@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
cd test
|
||||
|
||||
if [ "$TEST" = "" ]; then
|
||||
TEST=`ls test*.js`
|
||||
fi
|
||||
|
||||
for test in $TEST; do
|
||||
echo "Launching test : $test"
|
||||
NODE_PATH=../lib vows $test --spec
|
||||
echo ""
|
||||
done
|
Reference in New Issue
Block a user