From 3d98fbc97132dc9335efcc10e727ec1122cbc7c6 Mon Sep 17 00:00:00 2001 From: Ionut Muthi Date: Wed, 10 Jul 2024 15:21:37 +0300 Subject: [PATCH] atuomatedTests: run test offscreen Signed-off-by: Ionut Muthi --- JS/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JS/test.sh b/JS/test.sh index c1c6ca36af..7acde2eb6e 100644 --- a/JS/test.sh +++ b/JS/test.sh @@ -18,7 +18,7 @@ fi # run scopy functions of provided script if [ ! -z $2 ]; then cd $scopyBuildDir - ./scopy --script=$2 + QT_QPA_PLATFORM=offscreen ./scopy --script=$2 fi #if emu was started by this script stop emu