Skip to content

Commit

Permalink
update main to allow return of own exit code, Refs idaholab/moose#28639
Browse files Browse the repository at this point in the history
  • Loading branch information
sapitts committed Sep 27, 2024
1 parent 2881908 commit 23573dc
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 23573dc

Please sign in to comment.