From 282468c1fcaa900b4e390d9fc32ea6aa91b19460 Mon Sep 17 00:00:00 2001 From: Joel Allred Date: Mon, 23 Jul 2018 12:46:02 +0100 Subject: [PATCH] Print log suffix when running tests This allows to distinguish between successive test runs with different log suffixes. --- regression/test.pl | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/regression/test.pl b/regression/test.pl index 9f9e630b394..aecc2bec8f1 100755 --- a/regression/test.pl +++ b/regression/test.pl @@ -392,7 +392,13 @@ ($) ); } -print "Running tests\n"; +if ($log_suffix) { + print "Running tests with log suffix: $log_suffix\n"; +} +else +{ + print "Running tests\n"; +} foreach my $test (@tests) { if(defined($pool)) {