summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-12-27 17:43:16 +0200
committerLars Wirzenius <liw@liw.fi>2023-12-27 17:43:16 +0200
commit57706f2acd6a1ce0905eba56cad068624aa9ca96 (patch)
tree7b567db05aeb50fc9b2cba42aa2a64f461b0b0fd
parent170ca28db2239c4301a2ed1998c9cd218e401c78 (diff)
downloadwumpus-hunter-57706f2acd6a1ce0905eba56cad068624aa9ca96.tar.gz
hunt.sh: set RUST_BACKTRACE=full
Signed-off-by: Lars Wirzenius <liw@liw.fi>
-rwxr-xr-xhunt.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/hunt.sh b/hunt.sh
index 2b07546..2ce9e85 100755
--- a/hunt.sh
+++ b/hunt.sh
@@ -7,7 +7,8 @@ WEBROOT=/srv/http/wumpus.liw.fi
while true; do
echo "$(date "+%Y-%m-%s %H:%M:%S") Starting new test run"
started="$(date +%s)"
- ./wumpus-hunter \
+ env RUST_BACKTRACE=full \
+ ./wumpus-hunter \
--dir ~/heartwood \
--log "$WEBROOT/log.txt" \
--run-log "$WEBROOT" \