Skip to content

Commit 120b25d

Browse files
committed
test
1 parent f4b8e7e commit 120b25d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bittide-instances/data/picocom/start.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ PICOCOM_BAUD="${PICOCOM_BAUD:-921600}"
3131
# -F: Could also be -f, but -F is apparently slightly safer due to inodes
3232
# tail --pid=$$ -n 0 -F "${PICOCOM_STDERR_LOG}" >&2 &
3333

34-
picocom --baud "${PICOCOM_BAUD}" --imap lfcrlf --omap lfcrlf $@ \
34+
picocom --baud "${PICOCOM_BAUD}" --imap lfcrlf --omap lfcrlf --exit-after 10000 $@ \
3535
> "${PICOCOM_STDOUT_LOG}" &
3636

37-
sleep 1 ; tail -n +1 -F "${PICOCOM_STDOUT_LOG}" | tee "${stdout_dir}/myTest.log" ; sleep 1000
37+
sleep 1 ; tail -n +1 -F "${PICOCOM_STDOUT_LOG}" | tee "${stdout_dir}/myTest.log"

0 commit comments

Comments
 (0)