the joys of bash

This commit is contained in:
Girish Ramakrishnan 2015-11-19 09:22:38 -08:00
parent 0c1d7c177e
commit 041ed5676b
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ test_pids+=("$!")
test_logs+=("logs/cloudron-update-test.log")
# stream all the logs
tail -f "${test_logs[*]}" &
tail -f ${test_logs[*]} &
# wait for tests to finish
fail=0