imip-agent

test_all.sh

1174:2fffc03fa3ef
2016-05-12 Paul Boddie Introduced line length configuration for more convenient testing of output. Moved tabular file parsing to the text module for potential use by the tools.
     1 #!/bin/sh     2      3 for FILENAME in tests/test_*.sh ; do     4     echo "$FILENAME"     5     "$FILENAME"     6 done