From 6aecb305360119c7a380731ef6fdeb09d5633e1a Mon Sep 17 00:00:00 2001 From: "girish@cloudron.io" Date: Tue, 26 Jan 2016 14:42:17 -0800 Subject: [PATCH] log cloudron update test --- parallel_test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/parallel_test.sh b/parallel_test.sh index 378c488..c69944c 100755 --- a/parallel_test.sh +++ b/parallel_test.sh @@ -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)