From 283c13f7d5ce15f64292773ec4fd25268aecb830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pasi=20Pet=C3=A4j=C3=A4j=C3=A4rvi?= Date: Fri, 11 Mar 2022 13:27:12 +0200 Subject: 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. Change-Id: I670d78a2a4362dc8d6faf271f2ad2a90ce2a8aa9 Reviewed-by: Samuli Piippo (cherry picked from commit c1e7cf5c256a1dc93b97285f934b725fefd40359) Reviewed-by: Qt Cherry-pick Bot --- .../common/linux/qnx_qemu_build_files/local/snippets/data_files.custom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin/provisioning/common/linux/qnx_qemu_build_files/local/snippets/data_files.custom b/coin/provisioning/common/linux/qnx_qemu_build_files/local/snippets/data_files.custom index c04db6f1..cba74f1f 100644 --- a/coin/provisioning/common/linux/qnx_qemu_build_files/local/snippets/data_files.custom +++ b/coin/provisioning/common/linux/qnx_qemu_build_files/local/snippets/data_files.custom @@ -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 -- cgit v1.2.3