Skip to content

Commit 763d727

Browse files
committed
fix test_search_archived after adding additional 'intel*' test easyconfig
1 parent 4564278 commit 763d727

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/framework/options.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,6 +1031,7 @@ def test_search_archived(self):
10311031
txt = self.get_stdout().rstrip()
10321032
self.mock_stdout(False)
10331033
expected = '\n'.join([
1034+
' * intel-compilers-2021.2.0.eb',
10341035
' * intel-2018a.eb',
10351036
'',
10361037
"Note: 1 matching archived easyconfig(s) found, use --consider-archived-easyconfigs to see them",
@@ -1043,6 +1044,7 @@ def test_search_archived(self):
10431044
txt = self.get_stdout().rstrip()
10441045
self.mock_stdout(False)
10451046
expected = '\n'.join([
1047+
' * intel-compilers-2021.2.0.eb',
10461048
' * intel-2018a.eb',
10471049
'',
10481050
"Matching archived easyconfigs:",

0 commit comments

Comments
 (0)