From a0b6112102668c35750dec4699477e0650cfce57 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 57a4aed..a08df11 100755 --- a/common.sh +++ b/common.sh @@ -130,3 +130,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