Skip to content

Commit bac012a

Browse files
committed
Allow deprecated behaviour for "test" optarch flag
1 parent e52fad4 commit bac012a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/framework/toolchain.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2298,6 +2298,9 @@ def test_independence(self):
22982298
('CrayGNU', '2015.06-XC'),
22992299
('CrayIntel', '2015.06-XC'),
23002300
]
2301+
self.allow_deprecated_behaviour() # test will be automatically converted to -test
2302+
else:
2303+
self.disallow_deprecated_behaviour()
23012304

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

0 commit comments

Comments
 (0)