summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcommon.sh4
1 files changed, 4 insertions, 0 deletions
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)