mirror of
https://github.com/vgough/encfs.git
synced 2024-11-24 08:53:10 +01:00
Merge pull request #395 from benrubson/printsudo
Print whether or not we are running sudo tests
This commit is contained in:
commit
7d96d54339
@ -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