Summary
Shortlog
Changelog
Graph
Tags
Bookmarks
Branches
Files
Help
Search
imip-agent
Annotated test_all.sh
1092:3af9af02d14a
1022:9d555a323086
718:845235758980
2015-11-20
Paul Boddie
file
changeset
files
shortlog
Added tag rel-0-1 for changeset a04c967b2d8e
paul@629
1
#!/bin/sh
paul@629
2
paul@718
3
for
FILENAME in tests/test_*.sh
;
do
echo
$FILENAME
;
$FILENAME
;
done