Skip to content

Commit

Permalink
mounts.txt for uig.sh, drop no longe needed LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
nepal committed Dec 20, 2023
1 parent fad18a0 commit 0894064
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ydb/library/yql/tools/yqlrun/uig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
SCRIPT_DIR="$(dirname $(readlink -f "$0"))"
UDFS_DIR="${SCRIPT_DIR}/../../udfs"
ASSETS_DIR=${SCRIPT_DIR}/http/www
MOUNTS_CFG=${SCRIPT_DIR}/mounts.txt
GATEWAYS_CFG=${SCRIPT_DIR}/../../cfg/tests/gateways.conf

PORT=${1:-3000}
Expand All @@ -18,8 +19,8 @@ if [ "$2" = "--gdb" ]; then
GDB="yag tool gdb --args"
fi

export LD_LIBRARY_PATH=.
${GDB} ${SCRIPT_DIR}/yqlrun ui \
--mounts ${MOUNTS_CFG} \
--udfs-dir ${UDFS_DIR} \
--assets ${ASSETS_DIR} \
--gateways-cfg ${GATEWAYS_CFG} \
Expand Down

0 comments on commit 0894064

Please sign in to comment.