diff --git a/integration/normal.t.pl b/integration/normal.t.pl index 0ee74e0..de617ea 100755 --- a/integration/normal.t.pl +++ b/integration/normal.t.pl @@ -63,7 +63,8 @@ elsif (defined($ENV{'SUDO_TESTS'})) sub runTests { my $mode = shift; - print STDERR "\nrunTests: mode=$mode\n"; + print STDERR "\nrunTests: mode=$mode sudo="; + print STDERR (defined($sudo_cmd) ? "on" : "off")."\n"; &newWorkingDir;