Add simple smoke tests to tct/run/smoke_tests.sh 96/69696/3
authorAleksander Mistewicz <a.mistewicz@samsung.com>
Mon, 16 May 2016 10:38:02 +0000 (12:38 +0200)
committerAleksander Mistewicz <a.mistewicz@samsung.com>
Wed, 1 Jun 2016 16:33:17 +0000 (18:33 +0200)
Change-Id: Ia9faee61bd1c3c574a668a4ec02ca584f819b2af
Signed-off-by: Aleksander Mistewicz <a.mistewicz@samsung.com>
tct/run/smoke_tests.sh

index 391d5df..3c856ab 100755 (executable)
@@ -17,3 +17,5 @@
 # Author: Aleksander Mistewicz <a.mistewicz@samsung.com>
 
 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`