summaryrefslogtreecommitdiffstats
path: root/source3/script/tests
diff options
context:
space:
mode:
Diffstat (limited to 'source3/script/tests')
-rwxr-xr-xsource3/script/tests/test_smbclient_tarmode.pl9
1 files changed, 6 insertions, 3 deletions
diff --git a/source3/script/tests/test_smbclient_tarmode.pl b/source3/script/tests/test_smbclient_tarmode.pl
index f4f924dde6..b654c5eebc 100755
--- a/source3/script/tests/test_smbclient_tarmode.pl
+++ b/source3/script/tests/test_smbclient_tarmode.pl
@@ -102,7 +102,7 @@ my @TESTS = (
Environment:
-u, --user USER
-p, --password PW
- -h, --host HOST
+ -n, --name HOST
-i, --ip IP
-s, --share SHARE
-d, --dir PATH
@@ -127,13 +127,16 @@ my @TESTS = (
be more verbose
--debug
- print command and their output
+ print command and their output (also set -v)
+
+ --subunit
+ print output in subunit format
=cut
GetOptions('u|user=s' => \$USER,
'p|password=s' => \$PW,
- 'h|host=s' => \$HOST,
+ 'n|name=s' => \$HOST,
'i|ip=s' => \$IP,
's|share=s' => \$SHARE,
'd|dir=s' => \$DIR,