mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-25 03:12:08 +01:00
13 lines
259 B
Diff
13 lines
259 B
Diff
--- a/tests/regression
|
|
+++ b/tests/regression
|
|
@@ -994,7 +994,8 @@ function tail_log() {
|
|
local pid=$2
|
|
|
|
# dump the output
|
|
- tail -n +0 --pid=$pid -f $log
|
|
+ wait $pid
|
|
+ cat $log
|
|
|
|
# accumulate the stats
|
|
local stats=$(echo $log | sed 's/\.log$/.stats/')
|