Skip to content

Commit

Permalink
conditional was backward
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Sep 6, 2016
1 parent e4b520f commit e616da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/python/tests/scripts_regression_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@ def simple_test(self, manual_timing=False):
if manual_timing:
run_cmd_assert_result(self, "cd %s && %s/save_provenance postrun" % (casedir, TOOLS_DIR))

if CIME.utils.get_model() != "acme":
if CIME.utils.get_model() == "acme":
provenance_dir = os.path.join(timing_dir, "performance_archive", getpass.getuser(), casename, lids[0])
self.assertTrue(os.path.isdir(provenance_dir), msg="'%s' was missing" % provenance_dir)

Expand Down

0 comments on commit e616da0

Please sign in to comment.