[Dart-dev] DART/branches Revision: 11287

dart at ucar.edu dart at ucar.edu
Fri Mar 10 13:41:28 MST 2017


nancy at ucar.edu
2017-03-10 13:41:26 -0700 (Fri, 10 Mar 2017)
11
fix logic




Modified: DART/branches/rma_trunk/observations/buildall.csh
===================================================================
--- DART/branches/rma_trunk/observations/buildall.csh	2017-03-10 17:43:53 UTC (rev 11286)
+++ DART/branches/rma_trunk/observations/buildall.csh	2017-03-10 20:41:26 UTC (rev 11287)
@@ -66,8 +66,10 @@
 
    if ( $FAILURE ) then
       echo
+      echo
       echo "=================================================================="
-      echo "ERROR - unsuccessful build in $dir"
+      echo "=================================================================="
+      echo "ERROR - unsuccessful build in $dir at "`date`
       echo 
 
       switch ( $dir )
@@ -74,28 +76,29 @@
    
          case */var/*
             echo "This build expected to fail unless you have the WRF code in-situ."
-            echo "=================================================================="
          breaksw
             
          case *AIRS*
             echo "AIRS build is expected to fail due to dependency on hdfeos libs,"
             echo "not required to be part of the standard DART environment."
-            echo "=================================================================="
          breaksw
             
          case *quikscat*
             echo "quikscat build is expected to fail due to dependency on mfhdf libs,"
             echo "not required to be part of the standard DART environment."
-            echo "=================================================================="
          breaksw
   
          default
             echo " unexpected error"
-            echo "=================================================================="
          breaksw
       endsw
+
+      echo "=================================================================="
+      echo "=================================================================="
+      echo
+      echo
   
-   endif
+   else
          
       echo 
       echo 


More information about the Dart-dev mailing list