Skip to content

Commit 2b3ceb5

Browse files
authored
Update run-gnu-test.sh
1 parent c941b73 commit 2b3ceb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/run-gnu-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if [ "${INSIDE_TTY_WRAPPER:-0}" -ne 1 ]; then
2020

2121
# New session + PTY; re-run this script inside it
2222
if command -v script >/dev/null 2>&1; then
23-
setsid script -q -c "$cmd" /dev/null
23+
setsid script -qfec "$cmd" /dev/null
2424
else
2525
echo "script(1) not available; skipping this test"
2626
fi

0 commit comments

Comments
 (0)