Skip to content

Commit

Permalink
Allow deprecated behaviour for "test" optarch flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Micket committed Nov 13, 2024
1 parent 1601165 commit dded2ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/framework/toolchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -2213,6 +2213,9 @@ def test_independence(self):
('CrayGNU', '2015.06-XC'),
('CrayIntel', '2015.06-XC'),
]
self.allow_deprecated_behaviour() # test will be automatically converted to -test
else:
self.disallow_deprecated_behaviour()

# purposely obtain toolchains several times in a row, value for $CFLAGS should not change
for _ in range(3):
Expand Down

0 comments on commit dded2ea

Please sign in to comment.