diff options
Diffstat (limited to 'boot')
-rwxr-xr-x | boot | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -45,7 +45,6 @@ for opt; do mkfifo out/qemu.in out/qemu.out TEST_RUN=1 QTTY="-serial pipe:out/qemu" - POST="cat out/qemu.out" ;; --no-serial) QTTY="-serial none" @@ -64,6 +63,8 @@ elif [ -n "$TEST_RUN" ]; then echo "$CMD &" $CMD & + sleep 1 # dunno + # something eats the first character sent, so let's send a sacrificial newline echo > out/qemu.in # carry on with the tests |