mirror of
https://github.com/pi-hole/FTL.git
synced 2024-10-26 16:52:18 +02:00
Print content of pihole.log when testing
This commit is contained in:
@@ -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 $?
|
||||
|
||||
Reference in New Issue
Block a user