Mercurial > hg > nsaunier > traffic-intelligence
view python/run-tests.sh @ 489:000bddf84ad0
corrected bugs in safety analysis
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Fri, 11 Apr 2014 17:47:38 -0400 |
| parents | abbd4bc13dac |
| children | 5800a87f11ae |
line wrap: on
line source
#!/bin/sh # for file in tests/*... basename for f in ./*.py do python $f done rm nonexistent
