Include OS name in test-harness output

This commit is contained in:
Brian Cox 2017-09-09 20:24:17 -07:00
parent 6f13e00055
commit 9b194b5122
1 changed files with 1 additions and 1 deletions

View File

@ -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";