Add more tests to tct/run/smoke_tests.sh 49/71249/14
authorAleksander Mistewicz <a.mistewicz@samsung.com>
Mon, 23 May 2016 13:42:09 +0000 (15:42 +0200)
committerAleksander Mistewicz <a.mistewicz@samsung.com>
Mon, 11 Jul 2016 08:29:46 +0000 (10:29 +0200)
Change-Id: I19d994cdc074d39d830acf1032b0997749f62bb0
Signed-off-by: Aleksander Mistewicz <a.mistewicz@samsung.com>
tct/run/smoke_tests.sh

index 3c856ab..9e76bd9 100755 (executable)
@@ -18,4 +18,8 @@
 
 systemctl --state=failed | sed -r "s/\x1B\[([0-9]{1,2}(;[0-9]{1,2})?)?[m]//g" 2>&1
 uptime
-echo "Lines in journal: " `journalctl | wc -l`
+BEFORE=`journalctl | wc -l`
+sleep 10
+AFTER=`journalctl | wc -l`
+echo "Lines in journal (growth in last 10s): " $AFTER "("$(($AFTER - $BEFORE))")"
+tree -L 2 /opt/share/crash/