[cig-commits] commit: putting the systests in a python script

Mercurial hg at geodynamics.org
Mon Feb 1 15:31:43 PST 2010


changeset:   370:5fefa5a63921
branch:      pcu_rejig
user:        JulianGiordani
date:        Tue Dec 22 12:45:25 2009 +1100
files:       SConscript SysTest/RegressionTests/testAll.sh
description:
putting the systests in a python script


diff -r 4c94cccc15be -r 5fefa5a63921 SConscript
--- a/SConscript	Mon Dec 21 15:45:47 2009 +1100
+++ b/SConscript	Tue Dec 22 12:45:25 2009 +1100
@@ -242,4 +242,4 @@ env.PCUTest('tests/testPICellerator', su
 
 env.Install('lib/StGermain/PICellerator', Glob('Apps/src/*.xml'))
 
-env.IntegrationTest('SysTest/RegressionTests/testAll.sh')
+env.IntegrationTest('SysTest/RegressionTests/testAll.py')
diff -r 4c94cccc15be -r 5fefa5a63921 SysTest/RegressionTests/testAll.sh
--- a/SysTest/RegressionTests/testAll.sh	Mon Dec 21 15:45:47 2009 +1100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-./analyticTest.pl AnalyticShearXZ.xml -optionsFile np-1.dat
-./analyticTest.pl AnalyticShearXZ.xml -optionsFile np-2.dat
-./analyticTest.pl AnalyticShearXZ.xml -optionsFile np-4.dat
-./analyticTest.pl AnalyticShearXZ.xml -optionsFile np-8.dat



More information about the CIG-COMMITS mailing list