File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
ydb/library/yql/tools/yqlrun Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ MountPoints {
2+ MountPoint: "../../mount/lib"
3+ RootAlias: "/lib"
4+ Library: true
5+ }
Original file line number Diff line number Diff line change 88#
99
1010SCRIPT_DIR=" $( dirname $( readlink -f " $0 " ) ) "
11- UDFS_DIR=" ${SCRIPT_DIR} /../../udfs;${SCRIPT_DIR} /../../../../../yql/udfs"
11+ UDFS_DIR=" ${SCRIPT_DIR} /../../udfs;${SCRIPT_DIR} /../../../../../../ yql/udfs"
1212ASSETS_DIR=${SCRIPT_DIR} /http/www
1313MOUNTS_CFG=${SCRIPT_DIR} /mounts.txt
1414GATEWAYS_CFG=${SCRIPT_DIR} /../../cfg/tests/gateways.conf
Original file line number Diff line number Diff line change 1010SCRIPT_DIR=" $( dirname $( readlink -f " $0 " ) ) "
1111UDFS_DIR=" ${SCRIPT_DIR} /../../udfs"
1212ASSETS_DIR=${SCRIPT_DIR} /http/www
13+ MOUNTS_CFG=${SCRIPT_DIR} /mounts.txt
1314GATEWAYS_CFG=${SCRIPT_DIR} /../../cfg/tests/gateways.conf
1415
1516PORT=${1:- 3000}
@@ -18,8 +19,8 @@ if [ "$2" = "--gdb" ]; then
1819 GDB=" yag tool gdb --args"
1920fi
2021
21- export LD_LIBRARY_PATH=.
2222${GDB} ${SCRIPT_DIR} /yqlrun ui \
23+ --mounts ${MOUNTS_CFG} \
2324 --udfs-dir ${UDFS_DIR} \
2425 --assets ${ASSETS_DIR} \
2526 --gateways-cfg ${GATEWAYS_CFG} \
You can’t perform that action at this time.
0 commit comments