the joys of bash
This commit is contained in:
parent
0c1d7c177e
commit
041ed5676b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user