[Avida-SVN] r1958 - branches/uml/source/main

hjg at myxo.css.msu.edu hjg at myxo.css.msu.edu
Fri Aug 17 13:49:31 PDT 2007


Author: hjg
Date: 2007-08-17 16:49:30 -0400 (Fri, 17 Aug 2007)
New Revision: 1958

Modified:
   branches/uml/source/main/cTaskLib.cc
Log:


Modified: branches/uml/source/main/cTaskLib.cc
===================================================================
--- branches/uml/source/main/cTaskLib.cc	2007-08-17 20:20:02 UTC (rev 1957)
+++ branches/uml/source/main/cTaskLib.cc	2007-08-17 20:49:30 UTC (rev 1958)
@@ -3089,7 +3089,8 @@
 	if(system(cmd.c_str())!=0) return 0.0;
 	
 	if(system("/usr/bin/gcc -DMEMLIM=512 pan.c -o pan &> /dev/null")!=0) return 0.0;
-	if(system("./pan -a &> ./pan.out")!=0) return 0.0;
+//	if(system("./pan -a &> ./pan.out")!=0) return 0.0;
+	if(system("./pan &> ./pan.out")!=0) return 0.0;
 	if(system("cat pan.out | perl -e 'while(<STDIN>) { if(/errors:\\s(\\d+)/) {exit($1);}}'")!=0) return 0.0;
 //	if(system("cat pan.out | perl -e 'while(<STDIN>) { if(/unreached/) {exit(1);}}'")!=0) return 0.2;
 




More information about the Avida-cvs mailing list