From 9c0776340d4d80c8d380e95ee32db7e889c62f54 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Mon, 12 Jun 2017 12:09:06 +0200 Subject: [PATCH] Print content of pihole.log when testing --- test/run.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/run.sh b/test/run.sh index 29268be4..1a7e7406 100755 --- a/test/run.sh +++ b/test/run.sh @@ -55,6 +55,9 @@ until [ $n -ge 45 ]; do sleep 1 done +# Print content of pihole.log +cat pihole.log + # Run tests test/libs/bats/bin/bats "test/test_suite.sh" exit $?