Skip to content

Commit 24a77d8

Browse files
authored
File outline support, symbol searching, and TCP instead of UDP
1 parent 7415a62 commit 24a77d8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

smoke.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ else
148148
fi
149149

150150
# Daemon log path for diagnostics on failure
151-
DAEMON_LOG="$HOME/.config/kast/logs/standalone-daemon.log"
151+
DAEMON_LOG="$(python3 -c "import hashlib,os; wr=os.path.realpath('$WORKSPACE_ROOT'); print(os.path.expanduser('~/.config/kast/logs/' + hashlib.sha256(wr.encode()).hexdigest()[:12] + '/standalone-daemon.log'))" 2>/dev/null || echo '')"
152+
152153
dump_daemon_log() {
153154
if [ -f "$DAEMON_LOG" ]; then
154155
log "--- Last 60 lines of daemon log ---"

0 commit comments

Comments
 (0)