imip-agent

test_all.sh

1172:236701c67ebc
2016-05-12 Paul Boddie Remove any active locks if an exception is raised during retraction.
     1 #!/bin/sh     2      3 for FILENAME in tests/test_*.sh ; do     4     echo "$FILENAME"     5     "$FILENAME"     6 done