diff options
| author | Misko Hevery | 2010-10-19 16:14:16 -0700 | 
|---|---|---|
| committer | Misko Hevery | 2010-10-19 16:14:16 -0700 | 
| commit | 406373b5db841bada476d290542c9c49515f18fe (patch) | |
| tree | 8011fbf02d6eb443d97a46d0fa20f36ef1d81d19 /test.sh | |
| parent | 977cb7e03e8cc81d2a1d05a723b51aa08999e10b (diff) | |
| download | angular.js-406373b5db841bada476d290542c9c49515f18fe.tar.bz2 | |
fixed tests
Diffstat (limited to 'test.sh')
| -rwxr-xr-x | test.sh | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -3,5 +3,5 @@ if [[ $tests = "" ]]; then    tests="all"  fi -#java -jar lib/jstestdriver/JsTestDriver.jar --tests "$tests" -java -jar lib/jstestdriver/JsTestDriver.jar --tests "$tests" --config jsTestDriver-jquery.conf +java -jar lib/jstestdriver/JsTestDriver.jar --tests "$tests" +#java -jar lib/jstestdriver/JsTestDriver.jar --tests "$tests" --config jsTestDriver-jquery.conf | 
