Update for Deneb fork #23
@ -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)}")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user
is this intentional to leave in the debug flag?
Nope - thanks