We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4b8e7e commit 120b25dCopy full SHA for 120b25d
bittide-instances/data/picocom/start.sh
@@ -31,7 +31,7 @@ PICOCOM_BAUD="${PICOCOM_BAUD:-921600}"
31
# -F: Could also be -f, but -F is apparently slightly safer due to inodes
32
# tail --pid=$$ -n 0 -F "${PICOCOM_STDERR_LOG}" >&2 &
33
34
-picocom --baud "${PICOCOM_BAUD}" --imap lfcrlf --omap lfcrlf $@ \
+picocom --baud "${PICOCOM_BAUD}" --imap lfcrlf --omap lfcrlf --exit-after 10000 $@ \
35
> "${PICOCOM_STDOUT_LOG}" &
36
37
-sleep 1 ; tail -n +1 -F "${PICOCOM_STDOUT_LOG}" | tee "${stdout_dir}/myTest.log" ; sleep 1000
+sleep 1 ; tail -n +1 -F "${PICOCOM_STDOUT_LOG}" | tee "${stdout_dir}/myTest.log"
0 commit comments