[MOAB-dev] r2567 - MOAB/trunk/tools/iMesh

kraftche at mcs.anl.gov kraftche at mcs.anl.gov
Sat Jan 24 11:05:23 CST 2009


Author: kraftche
Date: 2009-01-24 11:05:22 -0600 (Sat, 24 Jan 2009)
New Revision: 2567

Modified:
   MOAB/trunk/tools/iMesh/testc_cbind.c
Log:
exit with non-zero exit code when tests fail

Modified: MOAB/trunk/tools/iMesh/testc_cbind.c
===================================================================
--- MOAB/trunk/tools/iMesh/testc_cbind.c	2009-01-24 17:04:00 UTC (rev 2566)
+++ MOAB/trunk/tools/iMesh/testc_cbind.c	2009-01-24 17:05:22 UTC (rev 2567)
@@ -2206,5 +2206,5 @@
     return 1;
   }
   
-  return 0;
+  return number_tests_failed;
 }



More information about the moab-dev mailing list