mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 821590 - Use remote paths for MOZ_XRE_DIR and MOZILLA_FIVE_HOME in remote cpp unit tests; r=dmose
--HG-- extra : rebase_source : 2a159610b8938086f497820e0b1527815a3d0b76
This commit is contained in:
parent
f029422122
commit
b6310b5413
@ -66,6 +66,8 @@ class RemoteCPPUnitTests(cppunittests.CPPUnitTests):
|
||||
env['LD_LIBRARY_PATH'] = self.remote_bin_dir
|
||||
env["TMPDIR"]=self.remote_tmp_dir
|
||||
env["HOME"]=self.remote_home_dir
|
||||
env["MOZILLA_FIVE_HOME"] = self.remote_home_dir
|
||||
env["MOZ_XRE_DIR"] = self.remote_bin_dir
|
||||
return env
|
||||
|
||||
def run_one_test(self, prog, env, symbols_path=None):
|
||||
|
Loading…
Reference in New Issue
Block a user