Skip to content

Commit

Permalink
Fix other tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ocaisa committed Aug 9, 2024
1 parent 14748e3 commit cf9005f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/framework/easyconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -3480,6 +3480,7 @@ def test_template_constant_dict(self):
'nameletter': 'g',
'nameletterlower': 'g',
'parallel': None,
'software_commit': '',
'sysroot': '',
'toolchain_name': 'foss',
'toolchain_version': '2018a',
Expand Down Expand Up @@ -3563,6 +3564,7 @@ def test_template_constant_dict(self):
'pyminver': '7',
'pyshortver': '3.7',
'pyver': '3.7.2',
'software_commit': '',
'sysroot': '',
'version': '0.01',
'version_major': '0',
Expand Down Expand Up @@ -3628,6 +3630,7 @@ def test_template_constant_dict(self):
'namelower': 'foo',
'nameletter': 'f',
'nameletterlower': 'f',
'software_commit': '',
'sysroot': '',
'version': '1.2.3',
'version_major': '1',
Expand Down

0 comments on commit cf9005f

Please sign in to comment.