mirror of
https://github.com/k3s-io/k3s.git
synced 2026-06-11 01:44:08 -04:00
Correctly track conformance test pids
Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
parent
4b221d0cd7
commit
eb6fa3a230
1 changed files with 2 additions and 3 deletions
|
|
@ -543,15 +543,14 @@ run-go-test() {
|
|||
fi
|
||||
|
||||
go test -timeout=45m -v "$@" &
|
||||
pids+=($!)
|
||||
|
||||
if [ "$LABEL" ]; then
|
||||
# Reset LABEL and restore stdout and stderr
|
||||
unset "LABEL"
|
||||
exec 1>&3 2>&4
|
||||
exec 3>&- 4>&-
|
||||
fi
|
||||
|
||||
pids+=($!)
|
||||
fi
|
||||
}
|
||||
export -f run-go-test
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue