Update coco-client-test-runner

This commit is contained in:
Imperadeiro98 2015-01-23 20:56:27 +00:00
parent 2a68fa47a0
commit 3e2f86f05a

View file

@ -7,6 +7,6 @@ sleep 5
cd $_scriptDir
cd ../
until node_modules/karma/bin/karma start; do
echo "Karma crashed with exit code $?. Respawning.." >&2
echo "Karma crashed with exit code $?. Respawning..." >&2
sleep 1
done