imip-agent

Annotated test_all.sh

796:d5dc0ff83bcc
2015-10-02 Paul Boddie Remove any previous cancellations when handling events.
paul@629 1
#!/bin/sh
paul@629 2
paul@718 3
for FILENAME in tests/test_*.sh ; do echo $FILENAME ; $FILENAME ; done