Skip to content
Snippets Groups Projects
Commit 662226da authored by Nils-Arne Dreier's avatar Nils-Arne Dreier Committed by Moritz Hanke
Browse files

use TEST_EXIT_CODE instead of 0

parent 6849f5a8
No related branches found
No related tags found
No related merge requests found
......@@ -110,5 +110,5 @@ static void custom_error_handler(
// MPI_Abort may yield non-zero error codes of mpirun hence we
// terminate the programm gracefully
MPI_Finalize();
exit(0);
exit(TEST_EXIT_CODE);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment