remove .js

This commit is contained in:
Girish Ramakrishnan 2016-06-07 23:11:59 -07:00
parent 2f5ed610a5
commit 6e4c1b1237
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ if ! ./node_modules/.bin/mocha --bail test/before.js > "logs/before.log" 2>&1; t
fi
# run tests
readonly tests=(app-flow-test app-update-test alt-domain-test cloudron-button-test cloudron-user-test new-user-test cloudron-backup-test custom-domain-test cloudron-autoupdate-sfo1-test.js cloudron-update-ams3-test)
readonly tests=(app-flow-test app-update-test alt-domain-test cloudron-button-test cloudron-user-test new-user-test cloudron-backup-test custom-domain-test cloudron-autoupdate-sfo1-test cloudron-update-ams3-test)
for t in "${tests[@]}"; do
./node_modules/.bin/mocha --bail "test/${t}.js" > "logs/${t}.log" 2>&1 &
test_pids+=("$!")