Skip to content

Commit 5fbdafb

Browse files
authored
Fix VTk dispatcher p2e test - ont expect settings file in default bootmode (#163)
Co-authored-by: Dustin Kaiser <mrnicegyu11@users.noreply.github.com>
1 parent 1151fc8 commit 5fbdafb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

services/3d-viewer-gpu/docker/custom/entrypoint.bash

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@ if [ "${DY_BOOT_OPTION_BOOT_MODE}" -eq "0" ]; then
6666
set +e
6767
echo
6868
echo "setting input folder as data folder --> --data PARAVIEW_INPUT_PATH: ${PARAVIEW_INPUT_PATH}"
69-
echo "INFO: In the dy-sidecars inputs might be pulled after the entrypoint.sh is executed. Inputs might not be present when the binary of paraview is executed."
7069
visualizer_options+=(--data "${PARAVIEW_INPUT_PATH}")
71-
visualizer_options+=(--load-file "${SIMCORE_STATE_FILE}")
7270
elif [ "${DY_BOOT_OPTION_BOOT_MODE}" -eq "1" ] && [ -f /data_baked/3Danatomical/"${SIMCORE_STATE_FILE}" ]; then
7371
set -e
7472
export PARAVIEW_INPUT_PATH=/data_baked/3Danatomical/
@@ -100,7 +98,6 @@ else
10098
export PARAVIEW_INPUT_PATH=/data/A
10199
set +e
102100
visualizer_options+=(--data "${PARAVIEW_INPUT_PATH}")
103-
visualizer_options+=(--load-file "${SIMCORE_STATE_FILE}")
104101
fi
105102

106103
# start server

0 commit comments

Comments
 (0)