view trafficintelligence/run-tests.sh @ 1192:606817bc31e8

bug correction
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Wed, 29 Jun 2022 23:02:47 +0200
parents 75a6ad604cc5
children
line wrap: on
line source

#!/bin/sh
# for file in tests/*... basename
for f in ./*.py
do
    python3 $f
done