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 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)