source: examples/passphrase_tests/python/run_test @ d0efdec

mei_rt2
Last change on this file since d0efdec was 6f383ee, checked in by Mei <mei@…>, 12 years ago

1) update couple of Makefile in examples directory that is too
gnu

  • Property mode set to 100755
File size: 203 bytes
Line 
1#!/bin/sh
2
3pwd=`pwd`
4list=`ls -1 |grep -v hand`
5
6for 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
13done
Note: See TracBrowser for help on using the repository browser.