Skip to content

Commit

Permalink
Add 'WARNING' to output
Browse files Browse the repository at this point in the history
Test suite: None
Test baseline: N/A
Test namelist changes: N/A
Test status: N/A

Fixes: None

User interface changes?: No

Code review: None
  • Loading branch information
billsacks committed Aug 6, 2016
1 parent 1e5e620 commit bf416c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def __init__(self,
# which would be wrong.
shutil.rmtree(self._caseroot2)
self._activate_case1()
logger.warning("Test case setup failed. Case2 has been removed, "
logger.warning("WARNING: Test case setup failed. Case2 has been removed, "
"but the main case may be in an inconsistent state. "
"If you want to rerun this test, you should create "
"a new test rather than trying to rerun this one.")
Expand Down

0 comments on commit bf416c5

Please sign in to comment.