mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5434 Ensemble Parameters : Improve robustness
Avoid throwing when errors are detected
This commit is contained in:
@@ -1359,6 +1359,12 @@ int RiaApplication::launchUnitTests()
|
||||
|
||||
testing::InitGoogleTest( &argc, argv );
|
||||
|
||||
//
|
||||
// Use the gtest filter to execute a subset of tests
|
||||
//::testing::GTEST_FLAG( filter ) = "*RifCaseRealizationParametersReaderTest*";
|
||||
//
|
||||
//
|
||||
|
||||
// Use this macro in main() to run all tests. It returns 0 if all
|
||||
// tests are successful, or 1 otherwise.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user