view trafficintelligence/run-tests.sh @ 1239:31173c4699d2

minor comment
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Fri, 06 Oct 2023 17:02:32 -0400
parents 75a6ad604cc5
children
line wrap: on
line source

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