comparison python/run-tests.sh @ 1012:01db14e947e4

resolved
author Wendlasida
date Fri, 01 Jun 2018 10:47:49 -0400
parents 933670761a57
children
comparison
equal deleted inserted replaced
1011:4f0312bee393 1012:01db14e947e4
1 #!/bin/sh 1 #!/bin/sh
2 # for file in tests/*... basename 2 # for file in tests/*... basename
3 for f in ./*.py 3 for f in ./*.py
4 do 4 do
5 python $f 5 python3 $f
6 done 6 done
7 for f in ./tests/*.py 7 for f in ./tests/*.py
8 do 8 do
9 python $f 9 python3 $f
10 done 10 done