Summary
Shortlog
Changelog
Graph
Tags
Bookmarks
Branches
Files
Help
Search
imip-agent
test_all.sh
1092:3af9af02d14a
740:2962011812c0
718:845235758980
2015-09-13
Paul Boddie
raw
annotate
files
changeset
graph
Added support for recording expiry times on free/busy offers, fixing testing for expired offers.
1
#!/bin/sh
2
3
for
FILENAME in tests/test_*.sh
;
do
echo
$FILENAME
;
$FILENAME
;
done