DoraCMS/node_modules/mongoose/contRun.sh
2015-09-25 10:55:13 +08:00

11 lines
82 B
Bash

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