imip-agent

test_all.sh

1185:5618f1121c4a
2016-05-13 Paul Boddie Made use of the get_scheduling_conflicts common scheduling function to support delegation, introducing a "most-available" policy and tentatively supporting multiple policies. Tidied up the quota module code, making handling of endlessly-recurring events identical between the addition and removal functions modifying journal entries.
     1 #!/bin/sh     2      3 for FILENAME in tests/test_*.sh ; do     4     echo "$FILENAME"     5     "$FILENAME"     6 done