Coin: Increase VxWorks stack size when testing

Change-Id: If8f263e52ef3f2177fac97afb602a2bc49cedad8
Reviewed-by: Simo Fält <simo.falt@qt.io>
Reviewed-by: Jarno Lämsä <jarno.lamsa@qt.io>
This commit is contained in:
Toni Saario 2024-10-29 15:26:33 +02:00
parent 6f6def28a7
commit 60ca2b5696

View File

@ -10,7 +10,7 @@ instructions:
testdir="$(dirname $1)" testdir="$(dirname $1)"
testexecutable="$1" testexecutable="$1"
echo RUNNING via serial: "$quoted_args" echo RUNNING via serial: "$quoted_args"
echo "cmd rtp exec -p 200 -t 0x01000000 -u 300000 $testexecutable -- $quoted_args" > /home/qt/work/vx.sh echo "cmd rtp exec -p 200 -t 0x01000000 -u 1000000 $testexecutable -- $quoted_args" > /home/qt/work/vx.sh
echo "cmd echo \"qtest_in_vxworks_complete: $?\"" >> /home/qt/work/vx.sh echo "cmd echo \"qtest_in_vxworks_complete: $?\"" >> /home/qt/work/vx.sh
#rtp exec Execute a process. #rtp exec Execute a process.
# -p : specify the initial task priority # -p : specify the initial task priority