From fc7a7e55018fc8f544d64323e9a2b1ec70bb8cb2 Mon Sep 17 00:00:00 2001 From: Thomas Roeblitz Date: Fri, 7 Feb 2025 20:15:45 +0100 Subject: [PATCH] simple test showing contents of job dir and diff file if any --- bot/build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bot/build.sh b/bot/build.sh index c8def2cdd3..aa257c6f54 100755 --- a/bot/build.sh +++ b/bot/build.sh @@ -21,6 +21,10 @@ # stop as soon as something fails set -e +ls -lisa +cat *.diff +exit 0 + # source utils.sh and cfg_files.sh source scripts/utils.sh source scripts/cfg_files.sh