source:
examples/passphrase_tests/python/run_test
@
20eaefe
Last change on this file since 20eaefe was 6f383ee, checked in by , 12 years ago | |
---|---|
|
|
File size: 203 bytes |
Rev | Line | |
---|---|---|
[ba6027a] | 1 | #!/bin/sh |
2 | ||
3 | pwd=`pwd` | |
[6f383ee] | 4 | list=`ls -1 |grep -v hand` |
[ba6027a] | 5 | |
6 | for i in $list ; do | |
7 | if [ -d $i ]; then | |
8 | printf " ...running on %s\n" "$i" >& 2; | |
9 | cd $i | |
10 | ./run_test | |
11 | cd $pwd | |
12 | fi | |
13 | done |
Note: See TracBrowser
for help on using the repository browser.