mirror of
https://github.com/vgough/encfs.git
synced 2024-11-21 15:33:16 +01:00
Print whether or not we are running sudo tests
This commit is contained in:
parent
cc140546a1
commit
b29a50b993
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user