From b29a50b993571930e2e4f6292e2ee7a14d6126a2 Mon Sep 17 00:00:00 2001 From: benrubson Date: Mon, 28 Aug 2017 09:00:43 +0200 Subject: [PATCH] Print whether or not we are running sudo tests --- integration/normal.t.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;