From 9b194b5122905ad8c7469a0c859870d3fec17882 Mon Sep 17 00:00:00 2001 From: Brian Cox Date: Sat, 9 Sep 2017 20:24:17 -0700 Subject: [PATCH] Include OS name in test-harness output --- src/test-harness/twtest.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test-harness/twtest.pl b/src/test-harness/twtest.pl index 815e9b1..62b5290 100755 --- a/src/test-harness/twtest.pl +++ b/src/test-harness/twtest.pl @@ -137,7 +137,7 @@ processCommandLine(); prepareListOfTests() if scalar(@twtests) == 0; # only if none were on the cmdline print "\n"; -print "initializing for tests...\n\n"; +print "initializing for tests on $^O…\n\n"; print "logging to $ENV{'PWD'}/$twtools::twrootdir/status.log\n\n";