[Commits] [svn:einsteintoolkit] www/release-info/ (Rev. 654)

knarf at cct.lsu.edu knarf at cct.lsu.edu
Fri Oct 7 15:50:00 CDT 2011


User: knarf
Date: 2011/10/07 03:50 PM

Modified:
 /release-info/
  collect_results_py

Log:
 only try to collect from simulations which had testsuites running

File Changes:

Directory: /release-info/
=========================

File [modified]: collect_results_py
Delta lines: +3 -1
===================================================================
--- release-info/collect_results_py	2011-10-07 20:24:41 UTC (rev 653)
+++ release-info/collect_results_py	2011-10-07 20:50:00 UTC (rev 654)
@@ -11,6 +11,8 @@
       cp $dir/gcc/summary.log  ../$sim.log
     fi
   else
-    cp $dir/sim/summary.log  ../$sim.log
+    if [ -d "$dir/sim" ] ; then
+      cp $dir/sim/summary.log  ../$sim.log
+    fi
   fi
 done



More information about the Commits mailing list