Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move case1 flush to immediately after case1 setup
I was hoping that, by having the case1 flush come after case2 setup, that would mean that errors in case2 setup would prevent the case1 flush from happening. But that doesn't seem to be the case: I introduced an error in case2 setup, and case1's xml files still reflected changed I had made in case1 setup. In addition, I realized that deferring the case1 flush wouldn't help with appends to user_nl files (which don't rely on a flush). So I'm moving the case1 flush back to just after case1 setup, which is more clear. I'm also adding a log message warning the user that the case is in an inconsistent state, if an error occurs during setup. 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