Skip to content

Commit

Permalink
Make new tests pass for non-MPI config of TriBITS (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlettroscoe committed Aug 11, 2022
1 parent b00ab33 commit e1416eb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions test/core/ExamplesUnitTests/TribitsExampleProject_Tests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2123,7 +2123,6 @@ tribits_add_advanced_test( TribitsExampleProject_SKIP_CTEST_ADD_TEST_Package_Bla

########################################################################


tribits_add_advanced_test( TribitsExampleProject_EnableWithSubpackagesB_EnableWithsubpackagesTests
OVERALL_WORKING_DIRECTORY TEST_NAME
OVERALL_NUM_MPI_PROCS 1
Expand Down Expand Up @@ -2157,7 +2156,7 @@ tribits_add_advanced_test( TribitsExampleProject_EnableWithSubpackagesB_EnableWi
TEST_2 CMND ${CMAKE_CTEST_COMMAND}
PASS_REGULAR_EXPRESSION_ALL
"WithSubpackagesB_test_of_b [.]* *Passed"
"WithSubpackagesB_test_of_b_mixed_lang_MPI_1 [.]* *Passed"
"WithSubpackagesB_test_of_b_mixed_lang.* [.]* *Passed"
"100% tests passed, 0 tests failed out of 2"

)
Expand Down Expand Up @@ -2254,9 +2253,9 @@ tribits_add_advanced_test( TribitsExampleProject_ST_EnableMixedLang_EnableAllFor

TEST_2 CMND ${CMAKE_CTEST_COMMAND}
PASS_REGULAR_EXPRESSION_ALL
"MixedLang_RayTracerTests_MPI_1 [.]* *Passed"
"MixedLang_RayTracerTests.* [.]* *Passed"
"WithSubpackagesB_test_of_b [.]* *Passed"
"WithSubpackagesB_test_of_b_mixed_lang_MPI_1 [.]* *Passed"
"WithSubpackagesB_test_of_b_mixed_lang.* [.]* *Passed"
"100% tests passed, 0 tests failed out of 3"
)
# NOTE: The above test covers one of the failure modes reported in
Expand Down

0 comments on commit e1416eb

Please sign in to comment.