From 42316d4a8c5e7e9c03d44b0e31a4c0628b712d40 Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Fri, 19 Nov 2021 09:19:37 +0000 Subject: common: Define a default logname --- common.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common.sh b/common.sh index 34db981..30a2a02 100755 --- a/common.sh +++ b/common.sh @@ -109,3 +109,7 @@ pass() { completed() { echo "$VERSION" > "$last_build" } + +## Define a default logfile name so that the pass_fail can +## work in simple tests +logfile=$(log_filename $ID) -- cgit v1.2.1