Skip to content

Commit 26b0ef0

Browse files
committed
Fix test_prefix_option not being run
1 parent e30995a commit 26b0ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4430,7 +4430,7 @@ def test_modules_tool_vs_syntax_check(self):
44304430
regex = re.compile(pattern, re.M)
44314431
self.assertTrue(regex.search(stdout), "Pattern '%s' found in: %s" % (regex.pattern, stdout))
44324432

4433-
def test_prefix(self):
4433+
def test_prefix_option(self):
44344434
"""Test which configuration settings are affected by --prefix."""
44354435
txt, _ = self._run_mock_eb(['--show-full-config', '--prefix=%s' % self.test_prefix], raise_error=True)
44364436

0 commit comments

Comments
 (0)