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

resolved
author Wendlasida
date Fri, 01 Jun 2018 10:47:49 -0400
parents 933670761a57
children
line wrap: on
line diff
--- a/python/run-tests.sh	Fri Jun 01 10:43:23 2018 -0400
+++ b/python/run-tests.sh	Fri Jun 01 10:47:49 2018 -0400
@@ -2,9 +2,9 @@
 # for file in tests/*... basename
 for f in ./*.py
 do
-    python $f
+    python3 $f
 done
 for f in ./tests/*.py
 do
-    python $f
+    python3 $f
 done