We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cedd5ab commit 54b3633Copy full SHA for 54b3633
test/framework/options.py
@@ -4121,6 +4121,7 @@ def test_extended_dry_run(self):
4121
'--buildpath=%s' % self.test_buildpath,
4122
'--installpath=%s' % self.test_installpath,
4123
'--debug',
4124
+ '--disable-rpath',
4125
]
4126
4127
msg_regexs = [
test/framework/toolchain.py
@@ -2269,6 +2269,7 @@ def test_compiler_cache(self):
2269
"--force",
2270
"--debug",
2271
"--disable-cleanup-tmpdir",
2272
+ "--disable-rpath",
2273
2274
2275
ccache = which('ccache')
0 commit comments