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.
1 parent c941b73 commit 2b3ceb5Copy full SHA for 2b3ceb5
util/run-gnu-test.sh
@@ -20,7 +20,7 @@ if [ "${INSIDE_TTY_WRAPPER:-0}" -ne 1 ]; then
20
21
# New session + PTY; re-run this script inside it
22
if command -v script >/dev/null 2>&1; then
23
- setsid script -q -c "$cmd" /dev/null
+ setsid script -qfec "$cmd" /dev/null
24
else
25
echo "script(1) not available; skipping this test"
26
fi
0 commit comments