From f5c595c4f2111b28b3a2d568dfc3464ea2d55485 Mon Sep 17 00:00:00 2001 From: Al Stone Date: Mar 15 2019 22:09:24 +0000 Subject: Remove extraneous messages from the grep results Signed-off-by: Al Stone --- diff --git a/Makefile b/Makefile index 54f818e..400e495 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ export TEST=/kernel/acpi/acpi-dmesg-task -export TESTVERSION=1.1 +export TESTVERSION=1.2 BUILT_FILES= diff --git a/runtest.sh b/runtest.sh index 2515a9d..75e122e 100755 --- a/runtest.sh +++ b/runtest.sh @@ -31,7 +31,8 @@ PACKAGE="acpi-dmesg-task" -journalctl -b 0 -o short-monotonic | grep -i acpi | tee -a $OUTPUTFILE +journalctl -b 0 -o short-monotonic | grep -i acpi | \ + grep -v "$PACKAGE" | tee -a $OUTPUTFILE echo "Test finished" | tee -a $OUTPUTFILE