From 02000f1c42c0efc8e594289e615fa0264ff5309d Mon Sep 17 00:00:00 2001 From: Wolfgang Date: Sun, 28 May 2023 17:14:30 +0000 Subject: [PATCH] enable bash xtrace and add some additional info in debug mode --- build.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build.sh b/build.sh index 31fb2bc..2a11d7a 100755 --- a/build.sh +++ b/build.sh @@ -153,6 +153,11 @@ do ;; debug) exec &> >(tee "${LOGFILE}") + echo $@ + cat /etc/os-release + rustc -V + cargo -V + set -x ;; *) echo "usage $0 [client] [nocheck] [debug]"