Skip to content

Commit

Permalink
Fixes using generic machine over group specific
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonb5 committed Aug 17, 2023
1 parent 3352770 commit c0c2314
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CIME/tests/test_unit_xml_machines.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ class TestUnitXMLMachines(unittest.TestCase):
def setUp(self):
Machines._FILEMAP = {}
# read_only=False for github testing
self.machine = Machines(machine="centos7-linux")
# MACHINE IS SET BELOW TO USE DEFINITION IN "MACHINE_TEST_XML"
self.machine = Machines()

self.machine.read_fd(io.StringIO(MACHINE_TEST_XML))

Expand Down

0 comments on commit c0c2314

Please sign in to comment.