Mercurial > hg > nsaunier > traffic-intelligence
view python/run-tests.sh @ 548:e6ab4caf359c
corrected bug
| author | MohamedGomaa |
|---|---|
| date | Tue, 08 Jul 2014 15:22:30 -0400 |
| parents | 000bddf84ad0 |
| children | 5800a87f11ae |
line wrap: on
line source
#!/bin/sh # for file in tests/*... basename for f in ./*.py do python $f done rm nonexistent
