imip-agent

test_all.sh

731:8c43fba1f9b1
2015-09-13 Paul Boddie Updated the documentation and scripts with information on local SMTP mode, parameterising the scripts and adding help texts.
     1 #!/bin/sh     2      3 for FILENAME in tests/test_*.sh ; do echo $FILENAME ; $FILENAME ; done