summaryrefslogtreecommitdiff
path: root/tct/run/smoke_tests.sh
diff options
context:
space:
mode:
authorAleksander Mistewicz <a.mistewicz@samsung.com>2016-09-07 11:31:18 +0200
committerAleksander Mistewicz <a.mistewicz@samsung.com>2016-12-06 16:37:14 +0100
commit14d6fb5c69743e38a54de331f3b027419410c3d2 (patch)
tree616f96a992cfd0c3ccd5fa240613e6850239856e /tct/run/smoke_tests.sh
parent60cc925b4d26702d2c3d3a36ae2900ed176e2bf4 (diff)
downloadmajor-14d6fb5c69743e38a54de331f3b027419410c3d2.tar.gz
major-14d6fb5c69743e38a54de331f3b027419410c3d2.tar.bz2
major-14d6fb5c69743e38a54de331f3b027419410c3d2.zip
Show journal entries with error priority
Change affects smoke tests only. Change-Id: I95d9729b471c59d709e6eaa4a610a80cf68fe9eb Signed-off-by: Aleksander Mistewicz <a.mistewicz@samsung.com>
Diffstat (limited to 'tct/run/smoke_tests.sh')
-rwxr-xr-xtct/run/smoke_tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tct/run/smoke_tests.sh b/tct/run/smoke_tests.sh
index f97252c..905382e 100755
--- a/tct/run/smoke_tests.sh
+++ b/tct/run/smoke_tests.sh
@@ -31,6 +31,7 @@ AFTER="$(journalctl | wc -l)"
JOURNAL_DIFF_CNT="$((AFTER - BEFORE))"
echo "Lines in journal (growth in last 10s): $AFTER ($JOURNAL_DIFF_CNT)"
tree -L 2 "${OPT_CRASH_PATH}"
+journalctl -p err | cat
echo SERVICES_FAIL_CNT "$(grep -c "failed" "$SYS_RESULT_TMP")"
echo JOURNAL_DIFF_CNT "$JOURNAL_DIFF_CNT"