Skip to content

Commit 16e1879

Browse files
committed
'fix' broken scripts test
1 parent 0367c4f commit 16e1879

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/framework/scripts.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,10 @@ def test_generate_software_list(self):
8181
out, ec = run_cmd(cmd, simple=False)
8282

8383
# make sure output is kind of what we expect it to be
84-
regex = r"Supported Packages \(18 "
84+
regex = r"Supported Packages \(19 "
8585
self.assertTrue(re.search(regex, out), "Pattern '%s' found in output: %s" % (regex, out))
8686
per_letter = {
87+
'B': '1', # bzip2
8788
'C': '1', # CUDA
8889
'F': '1', # FFTW
8990
'G': '4', # GCC, gompi, goolf, gzip

0 commit comments

Comments
 (0)