Skip to content

Commit

Permalink
Nope. Try again
Browse files Browse the repository at this point in the history
For now, due to critical label, this will solve the issue for now.
Leaving us time to perform a proper refactor.

Refs idaholab#14512
  • Loading branch information
milljm authored and dewenyushu committed Jan 10, 2020
1 parent d666870 commit 08df64b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/TestHarness/testers/RunApp.py
Expand Up @@ -260,10 +260,10 @@ def testExitCodes(self, moose_dir, options, output):

if reason != '':
self.setStatus(self.fail, str(reason))
reason += "\n\nExit Code: " + str(self.exit_code)
return "\n\nExit Code: " + str(self.exit_code)

# Return anything extra here that we want to tack onto the Output for when it gets printed later
return reason
return ''

def processResults(self, moose_dir, options, output):
"""
Expand Down

0 comments on commit 08df64b

Please sign in to comment.