rm --debug

This commit is contained in:
Roy Crihfield 2024-04-04 22:03:25 +08:00
parent d5b676e185
commit 386d41490f

View File

@ -4,7 +4,8 @@
set -e
laconic_so="${LACONIC_SO:-laconic-so} --stack $(readlink -f test) --verbose --debug"
# Note: stack path should be absolute, otherwise SO looks for it in packaged stacks
laconic_so="${LACONIC_SO:-laconic-so} --stack $(readlink -f test) --verbose"
CONFIG_DIR=$(readlink -f "${CONFIG_DIR:-$(mktemp -d)}")