We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da0f288 + d1df1fc commit fdfafa9Copy full SHA for fdfafa9
1 file changed
test/helpers.bash
@@ -51,9 +51,7 @@ function run_helper() {
51
# stdout is only emitted upon error; this echo is to help a debugger
52
echo "$_LOG_PROMPT $*"
53
54
- # BATS hangs if a subprocess remains and keeps FD 3 open; this happens
55
- # if a process crashes unexpectedly without cleaning up subprocesses.
56
- run timeout --foreground -v --kill=10 10 "$@" 3>&-
+ run timeout --foreground -v --kill=10 10 "$@"
57
# without "quotes", multiple lines are glommed together into one
58
if [ -n "$output" ]; then
59
echo "$output"
0 commit comments