Skip to content

Commit b6ec340

Browse files
authored
Revert "Revert "Full system test: Remove unneeded option, ws backend is default now" (#5562)"
This reverts commit 8580cff.
1 parent be4e3f3 commit b6ec340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prodtests/full-system-test/dpl-workflow.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if [ "0$O2_ROOT" == "0" ]; then
99
fi
1010

1111
# Set general arguments
12-
ARGS_ALL="--session default --severity $SEVERITY --shm-segment-id $NUMAID --shm-segment-size $SHMSIZE --driver-client-backend ws://"
12+
ARGS_ALL="--session default --severity $SEVERITY --shm-segment-id $NUMAID --shm-segment-size $SHMSIZE"
1313
if [ $EXTINPUT == 1 ] || [ $NUMAGPUIDS == 1 ]; then
1414
ARGS_ALL+=" --no-cleanup"
1515
fi

0 commit comments

Comments
 (0)