diff options
| author | Igor Minar | 2012-10-18 03:13:04 -0700 |
|---|---|---|
| committer | Igor Minar | 2012-10-18 03:29:12 -0700 |
| commit | 49ed63d26a813126bd8955fa8df59d963070a986 (patch) | |
| tree | bf87ba2338a0270d3aea1beb51549c3788d282eb /test-perf.sh | |
| parent | 6ff26856682a6b6b6d07b09fb05a5ea30d5ad1cc (diff) | |
| download | angular.js-49ed63d26a813126bd8955fa8df59d963070a986.tar.bz2 | |
chore(jstd): remove JsTestDriver from our repo
Testacular FTW!
Diffstat (limited to 'test-perf.sh')
| -rwxr-xr-x | test-perf.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test-perf.sh b/test-perf.sh deleted file mode 100755 index 21ef066d..00000000 --- a/test-perf.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -norecompile=$1 - -if [[ $norecompile = "" ]]; then - rake compile -fi - -java -jar lib/jstestdriver/JsTestDriver.jar --tests all --config jsTestDriver-perf.conf $@ |
