This repository has been archived on 2026-03-28. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
eodev/eo/src/pyeo/test/run_tests.sh
maartenkeijzer ea2e369542 Added monitors and statistics, also made a module with some
specific python stuff in __init__.py
2003-01-10 15:41:17 +00:00

9 lines
62 B
Bash
Executable file

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