for systemd and iptables sources:
sudo mkdir /etc/firewall
for systemd and iptables sources:
sudo mkdir /etc/firewall
| #!/bin/bash | |
| # parses a tap log file from phpunit to find failed tests | |
| # | |
| # This assumes you setup a phpunit.xml (or .dist.xml) so simply add something like the following under <phpunit> | |
| # <logging> | |
| # <log type="tap" target="/tmp/.projectname-phpunit-test-log.tap" /> | |
| # </logging> | |
| # | |
| # tap is used instead of json and xml because these log files get big |