From a369f964a3bec30610fb95c486f6dd39bde44bd4 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Fri, 14 Aug 2020 09:47:29 -0400 Subject: [PATCH] updated example testkit.config --- testkit/examples/fred-testkit.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/testkit/examples/fred-testkit.config b/testkit/examples/fred-testkit.config index 0d26181a..f0396bc6 100644 --- a/testkit/examples/fred-testkit.config +++ b/testkit/examples/fred-testkit.config @@ -18,6 +18,9 @@ BASE_USER=${USER} # Used for windows testing; provides the path to the binaries directory of cygwin. #CYGWIN_BIN_PATH=c:/cygwin/bin +# Used to insert branded bits into documentation and other places potentially. +TESTKIT_BRANDING="Feisty Meow®" + ############## # define the tests to run. this is the most convenient place to put this. -- 2.34.1