paradiseo/deprecated/eo/src/pyeo/test/run_tests.sh

7 lines
61 B
Bash
Executable file

#!/bin/sh
for i in *.py
do
python2 $i > /dev/null
done