Include OS name in test-harness output
This commit is contained in:
parent
6f13e00055
commit
9b194b5122
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in New Issue