Skip to content

Commit de47fae

Browse files
committed
Remove set -x from retry script
1 parent 1f48ae9 commit de47fae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/test-retry-capture-cmp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh -eux
1+
#!/bin/sh -eu
22

33
while :; do
44
tmux capture-pane -t "$TARGET" -p >"$CAPTURED_OUTPUT"

0 commit comments

Comments
 (0)