annotate python/run-tests.sh @ 622:dc8490726d06

corrected issues created with homography projection in Trajectory
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Mon, 22 Dec 2014 16:29:34 -0500
parents 5800a87f11ae
children da665302c88d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
255
13ec22bec5d4 corrected typos and bugs and added a test
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
diff changeset
1 #!/bin/sh
13ec22bec5d4 corrected typos and bugs and added a test
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
diff changeset
2 # for file in tests/*... basename
489
000bddf84ad0 corrected bugs in safety analysis
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents: 282
diff changeset
3 for f in ./*.py
000bddf84ad0 corrected bugs in safety analysis
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents: 282
diff changeset
4 do
000bddf84ad0 corrected bugs in safety analysis
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents: 282
diff changeset
5 python $f
000bddf84ad0 corrected bugs in safety analysis
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents: 282
diff changeset
6 done