log cloudron update test

This commit is contained in:
girish@cloudron.io 2016-01-26 14:42:17 -08:00
parent 0ad405d0cc
commit 6aecb30536
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ done
sleep 20 # wait for the other tests to have created the cloudron
./node_modules/.bin/mocha "test/cloudron-update-test.js" > "logs/cloudron-update-test.log" 2>&1 &
test_pids+=("$!")
echo "Starting test cloudron-update-test with pid ${test_pids[-1]}"
test_logs+=("logs/cloudron-update-test.log")
# stream all the logs (to stderr so that it's not in email but in deploy logs)