diff options
| author | Tobias Bosch | 2014-02-06 17:49:14 -0800 | 
|---|---|---|
| committer | Tobias Bosch | 2014-02-06 17:53:37 -0800 | 
| commit | fcf4393680191584677872c686f26bfff01e4f37 (patch) | |
| tree | 6b1f5b4915efb01d5b5703ff00b75a74c4c9b1fc /i18n/run-tests.sh | |
| parent | 16301bed2838276b1d5f315bde621edb32f82c6c (diff) | |
| download | angular.js-fcf4393680191584677872c686f26bfff01e4f37.tar.bz2 | |
chore(build): Update closure i18n integration
Use git repo as source and use q-io instead of q-fs
Diffstat (limited to 'i18n/run-tests.sh')
| -rwxr-xr-x | i18n/run-tests.sh | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/i18n/run-tests.sh b/i18n/run-tests.sh index 68b13401..3f710c02 100755 --- a/i18n/run-tests.sh +++ b/i18n/run-tests.sh @@ -2,4 +2,5 @@  set -e  PARENT_DIR="$(dirname "$0")" -jasmine-node "$PARENT_DIR"/spec/ + +../node_modules/.bin/jasmine-node "$PARENT_DIR"/spec/  | 
