[cig-commits] [commit] knepley/upgrade-petsc-interface: Add some output to indicate forced failure of test. (885a302)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Fri Oct 18 15:27:15 PDT 2013


Repository : ssh://geoshell/pylith

On branch  : knepley/upgrade-petsc-interface
Link       : https://github.com/geodynamics/pylith/compare/3a1c2fe5ae5b5e0c987791aa2b8eeca011b22468...885a302db65b09c5eee1ea0904b2bcee47e5d677

>---------------------------------------------------------------

commit 885a302db65b09c5eee1ea0904b2bcee47e5d677
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Fri Oct 18 15:29:01 2013 -0700

    Add some output to indicate forced failure of test.


>---------------------------------------------------------------

885a302db65b09c5eee1ea0904b2bcee47e5d677
 unittests/libtests/topology/TestRefineUniform.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/unittests/libtests/topology/TestRefineUniform.cc b/unittests/libtests/topology/TestRefineUniform.cc
index 5ce98d7..30d2137 100644
--- a/unittests/libtests/topology/TestRefineUniform.cc
+++ b/unittests/libtests/topology/TestRefineUniform.cc
@@ -161,6 +161,7 @@ pylith::topology::TestRefineUniform::testRefineHex8Level1Fault1(void)
   MeshDataCohesiveHex8Level1Fault1 data;
   _testRefine(data);
 #else
+  std::cout << "****TEST IS DISABLED. FORCING FAILURE.****" << std::endl;
   CPPUNIT_ASSERT(false);
 #endif
 



More information about the CIG-COMMITS mailing list