comparison python/run-tests.sh @ 589:5800a87f11ae

corrected one bug and changed attribute names
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Fri, 05 Dec 2014 15:14:44 -0500
parents 000bddf84ad0
children da665302c88d
comparison
equal deleted inserted replaced
588:c5406edbcf12 589:5800a87f11ae
2 # for file in tests/*... basename 2 # for file in tests/*... basename
3 for f in ./*.py 3 for f in ./*.py
4 do 4 do
5 python $f 5 python $f
6 done 6 done
7 rm nonexistent