summaryrefslogtreecommitdiffstats
path: root/scripts/oe-time-dd-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/oe-time-dd-test.sh')
-rwxr-xr-xscripts/oe-time-dd-test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/oe-time-dd-test.sh b/scripts/oe-time-dd-test.sh
index 459071e732..46b218b76a 100755
--- a/scripts/oe-time-dd-test.sh
+++ b/scripts/oe-time-dd-test.sh
@@ -25,4 +25,5 @@ timeout ${TIMEOUT} dd if=/dev/zero of=oe-time-dd-test.dat bs=1024 count=$1 conv=
if [ $? -ne 0 ]; then
echo "Timeout used: ${TIMEOUT}"
top -c -b -n1 -w 512
+ tail -30 tmp*/log/cooker/*/console-latest.log
fi