mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
Updated mongoose
This commit is contained in:
10
node_modules/mongoose/contRun.sh
generated
vendored
Executable file
10
node_modules/mongoose/contRun.sh
generated
vendored
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
make test
|
||||
|
||||
ret=$?
|
||||
|
||||
while [ $ret == 0 ]; do
|
||||
make test
|
||||
ret=$?
|
||||
done
|
Reference in New Issue
Block a user