mirror of
https://github.com/vgough/encfs.git
synced 2025-06-20 03:37:50 +02: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
|
sub runTests
|
||||||
{
|
{
|
||||||
my $mode = shift;
|
my $mode = shift;
|
||||||
print STDERR "\nrunTests: mode=$mode\n";
|
print STDERR "\nrunTests: mode=$mode sudo=";
|
||||||
|
print STDERR (defined($sudo_cmd) ? "on" : "off")."\n";
|
||||||
|
|
||||||
&newWorkingDir;
|
&newWorkingDir;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user