Print whether or not we are running sudo tests

This commit is contained in:
benrubson 2017-08-28 09:00:43 +02:00
parent cc140546a1
commit b29a50b993

View File

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