Skip to content

Commit

Permalink
Fix touchscreen tests on ARM64 via remote (bugfix) (#1528)
Browse files Browse the repository at this point in the history
Also inherit QML2_IMPORT_PATH
  • Loading branch information
Hook25 authored Oct 11, 2024
1 parent dd75a99 commit 71be2c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions checkbox-ng/plainbox/impl/execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@ def get_execution_environment(job, environ, session_id, nest_dir):
"QT_QPA_PLATFORM",
"QT_QPA_PLATFORMTHEME",
"QT_DEBUG_PLUGINS",
"QML2_IMPORT_PATH",
]
for key, value in env.items():
if key in copy_vars or key.startswith("SNAP"):
Expand Down Expand Up @@ -640,6 +641,7 @@ def get_differential_execution_environment(
"QT_QPA_PLATFORM",
"QT_QPA_PLATFORMTHEME",
"QT_DEBUG_PLUGINS",
"QML2_IMPORT_PATH",
]
for key, value in base_env.items():
if key in copy_vars or key.startswith("SNAP"):
Expand Down

0 comments on commit 71be2c0

Please sign in to comment.