Skip to content

Commit

Permalink
fix issue 314
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Aug 1, 2016
1 parent 7a493a0 commit c4817d7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions utils/python/CIME/SystemTests/system_tests_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ def _set_active_case(self, case):
self._caseroot = case.get_value("CASEROOT")

def _run(self, suffix="base", coupler_log_path=None, st_archive=False):
if self._case.get_value("IS_FIRST_RUN"):
self._runstatus = "PEND"
self._runstatus = "PEND"
self.update_test_status(self._runstatus,"RUN")

stop_n = self._case.get_value("STOP_N")
Expand Down Expand Up @@ -292,7 +291,7 @@ def compare_baseline(self):
basecmp_dir = os.path.join(baselineroot, self._case.get_value("BASECMP_CASE"))
for bdir in (baselineroot, basecmp_dir):
if not os.path.isdir(bdir):
append_status("FAIL %s compare\n"%self._case.get_value("CASEBASEID"),
append_status("BFAIL %s compare\n"%self._case.get_value("CASEBASEID"),
sfile="TestStatus")
append_status("ERROR %s does not exist"%bdir, sfile="TestStatus.log")
return -1
Expand Down

0 comments on commit c4817d7

Please sign in to comment.