From 69a2358d47c8da6ad4f24f53af9873e351e633e3 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Mon, 16 Dec 2024 21:25:39 +0000 Subject: [PATCH] Add a version and date. --- docs/test-on-vm-lab.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/test-on-vm-lab.sh b/docs/test-on-vm-lab.sh index 90c9b43..56e382d 100755 --- a/docs/test-on-vm-lab.sh +++ b/docs/test-on-vm-lab.sh @@ -22,6 +22,8 @@ # and the "config.log", "test-suite.log", and "tests/" from the build area. # # Requires "scw" (https://www.ivarch.com/programs/scw.shtml). +# +# Version: 0.0.1 / 16 Dec 2024 # Number of tests to run in parallel on each host. concurrency="1"