aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/test.sh b/test.sh
index 84d3ee9..85fc4bc 100644
--- a/test.sh
+++ b/test.sh
@@ -5,5 +5,6 @@ bytes=${1:-100}
make &>/dev/null
for i in 300 1200 2400 4800 9600 19200 33600 57600 115200; do
- SLOWBAUD_DEBUG=1 time ./slowbaud $i -b $bytes
+ SLOWBAUD_DEBUG=1 time -p ./slowbaud $i -b $bytes
+ echo
done 2>&1 | tee test.out