Print content of pihole.log when testing

This commit is contained in:
DL6ER
2017-06-12 12:09:06 +02:00
parent 94c7f39d6c
commit 9c0776340d
+3
View File
@@ -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 $?