mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-06 20:35:59 +08:00
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>
Continuous Integration ====================== This directory contains files used by Qt's Continuous Integration system (Coin). pre-provisioning ---------------- Contains scripts which are used to install software to tier1 machines manually. E.g. Visual studio installation takes too long to be included to automatic provisioning of tier2 templates. provisioning ------------ Contains scripts that apply to different test machines in order to run automatic tests on them. For Windows scripts, make sure that the machine has "Set-ExecutionPolicy RemoteSigned -Force" set. (Run as admin in PowerShell)