Skip to content

Commit

Permalink
Merge pull request idaholab#170 from sapitts/update_main_moose_28639
Browse files Browse the repository at this point in the history
update main to allow return of own exit code
  • Loading branch information
loganharbour authored Sep 30, 2024
2 parents 5e1175c + 23573dc commit 36be267
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main.C
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,5 @@
int
main(int argc, char * argv[])
{
Moose::main<MalamuteTestApp>(argc, argv);

return 0;
return Moose::main<MalamuteTestApp>(argc, argv);
}

0 comments on commit 36be267

Please sign in to comment.