[cig-commits] commit: forgot these changes. Tests were breaking without this

Mercurial hg at geodynamics.org
Mon Feb 1 15:30:00 PST 2010


changeset:   209:2db1f8718722
user:        JulianGiordani
date:        Wed Dec 16 11:54:00 2009 +1100
files:       script/systest.pl
description:
forgot these changes. Tests were breaking without this


diff -r a2f5d1e657b5 -r 2db1f8718722 script/systest.pl
--- a/script/systest.pl	Tue Dec 15 16:35:07 2009 +1100
+++ b/script/systest.pl	Wed Dec 16 11:54:00 2009 +1100
@@ -214,7 +214,7 @@ sub runTests {
 	my $resx;
 	my $resy;
 	my $resz;
-	open( FLATOUTPUT, "./output/$xmlFile/input.xml" )
+	open( FLATOUTPUT, "$outputPath/input.xml" )
 		or die ("\n\n### ERROR ###\n\t\tCouldn't open output file, ./output/$xmlFile/input.xml " );
 
 	my $resolution;
@@ -229,7 +229,7 @@ sub runTests {
 	my @labels;
 	my $label;
 	my $totalTime;
-	my $freqOutput = "./output/$xmlFile/FrequentOutput.dat";
+	my $freqOutput = "./$outputPath/FrequentOutput.dat";
 
 	if( !(-e $freqOutput) ) {
 		die("\n\n### ERROR ###\nCouldn't open $freqOutput");



More information about the CIG-COMMITS mailing list