[Dart-dev] DART/branches Revision: 11874
dart at ucar.edu
dart at ucar.edu
Thu Aug 3 15:08:34 MDT 2017
nancy at ucar.edu
2017-08-03 15:08:34 -0600 (Thu, 03 Aug 2017)
143
add *all* the location modules to the test routine.
the previous one was skipping the ones which weren't working
so it wasn't much of a test.
Modified: DART/branches/rma_trunk/developer_tests/location/testall.csh
===================================================================
--- DART/branches/rma_trunk/developer_tests/location/testall.csh 2017-08-03 20:53:46 UTC (rev 11873)
+++ DART/branches/rma_trunk/developer_tests/location/testall.csh 2017-08-03 21:08:34 UTC (rev 11874)
@@ -9,8 +9,9 @@
# this script builds and runs the location test code for each of the
# possible location modules.
-set LOCLIST = 'annulus column oned threed_sphere twod twod_sphere threed threed_cartesian'
+set LOCLIST = 'annulus channel column oned threed threed_cartesian threed_sphere twod twod_annulus twod_sphere'
+
# clean up from before
foreach i ( $LOCLIST )
# do not cd so as to not accidently remove files in the
More information about the Dart-dev
mailing list