Skip to content

Commit

Permalink
TEST: return non zero status for invalid arg (openucx#995)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei-Lebedev authored Jul 3, 2024
1 parent 37adf47 commit cffc2bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/mpi/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,7 @@ int main(int argc, char *argv[])
try {
ProcessArgs(argc, argv);
} catch (const std::string &s) {
failed = 1;
err = s;
}
required = (thread_mode == UCC_THREAD_SINGLE) ? MPI_THREAD_SINGLE
Expand Down

0 comments on commit cffc2bd

Please sign in to comment.