[MOAB-dev] r5840 - MOAB/trunk/test/parallel

vijaysm at mcs.anl.gov vijaysm at mcs.anl.gov
Tue Oct 30 00:50:06 CDT 2012


Author: vijaysm
Date: 2012-10-30 00:50:06 -0500 (Tue, 30 Oct 2012)
New Revision: 5840

Modified:
   MOAB/trunk/test/parallel/Makefile.am
Log:
Fixing an unnecessary/stupid commit which bombed the buildbot nightly. Was originally intending a conditional assignment (origin, ifeq) before but went for the easier fix instead. Sorry about the noise. Reverting the change

Modified: MOAB/trunk/test/parallel/Makefile.am
===================================================================
--- MOAB/trunk/test/parallel/Makefile.am	2012-10-30 02:11:58 UTC (rev 5839)
+++ MOAB/trunk/test/parallel/Makefile.am	2012-10-30 05:50:06 UTC (rev 5840)
@@ -14,7 +14,7 @@
 
 # Run parallel tests in parallel
 if USE_MPIEXEC
-  OLD_ENVIRONMENT = ${TESTS_ENVIRONMENT}
+  OLD_ENVIRONMENT := ${TESTS_ENVIRONMENT}
   TESTS_ENVIRONMENT = ${MPIEXEC} ${MPIEXEC_NP} ${NP} ${OLD_ENVIRONMENT} 
 endif
 



More information about the moab-dev mailing list