mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-24 16:05:36 +08:00
CI: Add current directory to PATH because security update for QProcess
Because of 29fceed2ffb41954a63001414bd042611f2d4980 now all tests that use binaries local to test folder will fail. Add current directory to ssh connection PATH to fix this. On other platforms than QNX, this happens to work as function qt_internal_collect_command_environment sets the absolute directory path of external binary to PATH. Still tests would fail when running directly tst_* binary instead via ctest. Pick-to: 6.2 6.3 Change-Id: I670d78a2a4362dc8d6faf271f2ad2a90ce2a8aa9 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
home/root/.ssh/environment = {
|
||||
TERM=qansi
|
||||
PATH=__IFS_PATH__:/system/xbin
|
||||
PATH=__IFS_PATH__:/system/xbin:.
|
||||
#LD_LIBRARY_PATH=__PROC_LIB__:/home/qt/work/install/target/lib
|
||||
#QSG_RHI_BACKEND=software
|
||||
#QT_QPA_PLATFORM=offscreen
|
||||
|
||||
Reference in New Issue
Block a user