Skip to content

Commit

Permalink
atuomatedTests: run test offscreen
Browse files Browse the repository at this point in the history
Signed-off-by: Ionut Muthi <ionut.muthi@analog.com>
  • Loading branch information
IonutMuthi committed Jul 10, 2024
1 parent 86c10fa commit 3d98fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JS/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d98fbc

Please sign in to comment.