This repository has been archived on 2025-05-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
codecombat/bin/coco-server-test-runner

12 lines
266 B
Text
Raw Normal View History

2014-01-03 10:32:13 -08:00
#!/bin/bash
2014-01-05 18:32:42 +01:00
# full script path include his name
_script="$(readlink -f ${BASH_SOURCE[0]})"
# Script location path (dir)
_base="$(dirname $_script)"
cd $_base
cd ../
2014-01-03 10:32:13 -08:00
node_modules/jasmine-node/bin/jasmine-node test/server/ --coffee --autotest --captureExceptions