rm --debug

This commit is contained in:
2024-04-07 23:31:19 +08:00
parent d5b676e185
commit 386d41490f
+2 -1
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)}")