Skip to content

Commit 54b3633

Browse files
authored
disable rpath in two tests
1 parent cedd5ab commit 54b3633

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/framework/options.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4121,6 +4121,7 @@ def test_extended_dry_run(self):
41214121
'--buildpath=%s' % self.test_buildpath,
41224122
'--installpath=%s' % self.test_installpath,
41234123
'--debug',
4124+
'--disable-rpath',
41244125
]
41254126

41264127
msg_regexs = [

test/framework/toolchain.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2269,6 +2269,7 @@ def test_compiler_cache(self):
22692269
"--force",
22702270
"--debug",
22712271
"--disable-cleanup-tmpdir",
2272+
"--disable-rpath",
22722273
]
22732274

22742275
ccache = which('ccache')

0 commit comments

Comments
 (0)