Salome HOME
[PY3] Fixing test in progress
[modules/yacs.git] / src / pmml / pmml_swig / PMMLBasicsTestLauncher.py
index 836d6ab56e661f56ff56d857d3cd01ae03f13ee2..7e440e27202c3c322763c82d1143e7ab874adda2 100755 (executable)
@@ -31,7 +31,7 @@ if not os.path.exists(os.path.join(dirALaCon0,dirAlaCon1)):
     os.chdir("..")
 # GO !
 dn=os.path.dirname(__file__)
-p=subprocess.Popen(["python","PMMLBasicsTest.py"],cwd=dn,stdout=subprocess.PIPE,stderr=subprocess.PIPE)
+p=subprocess.Popen(["python3","PMMLBasicsTest.py"],cwd=dn,stdout=subprocess.PIPE,stderr=subprocess.PIPE)
 a,b=p.communicate()
 ret=p.returncode
 # Clean up the wonderful first part stuf