--- trunk/tests/store-unreadable-json.sh 2008/06/01 14:08:57 122 +++ trunk/tests/store-unreadable-json.sh 2008/09/21 18:42:02 181 @@ -26,12 +26,12 @@ ;; esac -function shutdown() { +shutdown() { wget -q -O- --post-data= "http://127.0.0.1:${server_port}/jscoverage-shutdown" > /dev/null wait $server_pid } -function cleanup() { +cleanup() { shutdown } @@ -47,7 +47,7 @@ fi rm -fr DIR -$VALGRIND jscoverage-server --document-root=recursive --report-dir=DIR > OUT 2> ERR & +$VALGRIND jscoverage-server --no-highlight --document-root=recursive --report-dir=DIR > OUT 2> ERR & server_pid=$! server_port=8080