imip-agent

test_all.sh

729:f3d6831fcc21
2015-09-12 Paul Boddie Ensure user initialisation before invoking each handler method.
     1 #!/bin/sh     2      3 for FILENAME in tests/test_*.sh ; do echo $FILENAME ; $FILENAME ; done