diff --git a/test/thermo_consistency/consistency.cpp b/test/thermo_consistency/consistency.cpp index 97683f2683..07a0684230 100644 --- a/test/thermo_consistency/consistency.cpp +++ b/test/thermo_consistency/consistency.cpp @@ -897,7 +897,7 @@ int main(int argc, char** argv) printf("Running main() from consistency.cpp\n"); testing::InitGoogleTest(&argc, argv); Cantera::make_deprecation_warnings_fatal(); - Cantera::CanteraError::setStackTraceDepth(20); + Cantera::CanteraError::setStackTraceDepth(0); int result = RUN_ALL_TESTS(); Cantera::appdelete(); return result;