imip-agent

test_all.sh

1179:9cb6a6acfe17
2016-05-13 Paul Boddie Incorporated check_quota functionality into the schedule_for_delegate function. Added support for quota user groups mapping all (or all remaining unindicated) organisers to a common group. Added a tool for setting quota user-to-group mappings.
     1 #!/bin/sh     2      3 for FILENAME in tests/test_*.sh ; do     4     echo "$FILENAME"     5     "$FILENAME"     6 done