Skip to content

Commit

Permalink
WIP: Make work for non-MPI build (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlettroscoe committed Jul 20, 2017
1 parent c167b29 commit 1444ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/ExamplesUnitTests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3009,7 +3009,7 @@ TRIBITS_ADD_ADVANCED_TEST( TribitsExampleProject_PkgWithUserErrors_PASS

TEST_4 CMND ${CMAKE_CTEST_COMMAND} ARGS -VV
PASS_REGULAR_EXPRESSION_ALL
"Test [#]1: PkgWithUserErrors_PkgWithUserErrorsTest_MPI_1 [.]+ +Passed"
"Test [#]1: PkgWithUserErrors_PkgWithUserErrorsTest[_MPI1]* [.]+ +Passed"
ALWAYS_FAIL_ON_NONZERO_RETURN

)
Expand Down

0 comments on commit 1444ec3

Please sign in to comment.