Files
biomedjs/node_modules/mongoose/contRun.sh
2015-11-24 22:08:58 -08:00

11 lines
82 B
Bash
Executable File

#!/bin/bash
make test
ret=$?
while [ $ret == 0 ]; do
make test
ret=$?
done