upgrade jstd to 1.3.2 + improve test-coverage.sh script

This commit is contained in:
Igor Minar
2011-03-23 15:22:25 -07:00
parent cf1d365f57
commit ac3dbae370
4 changed files with 3 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1 @@
1.3.2

View File

@@ -5,3 +5,5 @@ if [[ $tests = "" ]]; then
fi
java -Xmx1g -jar lib/jstestdriver/JsTestDriver.jar --config jsTestDriver-coverage.conf --testOutput=tmp/lcov --tests "$tests"
genhtml -o tmp/coverage-html/ tmp/lcov/jsTestDriver.conf-coverage.dat
echo "done! check out tmp/coverage-html/index.html"