imip-agent

test_all.sh

757:53408cd94020
2015-09-19 Paul Boddie Normalised attendees to allow reliable testing; fixed attendee removal to prevent attendees being marked for removal due to the actual removal of ones earlier in the list. imipweb-client-simplification
     1 #!/bin/sh     2      3 for FILENAME in tests/test_*.sh ; do echo $FILENAME ; $FILENAME ; done