From 977c26d8b0e978ac27273161c87918b467fe8672 Mon Sep 17 00:00:00 2001 From: Aurélien Aptel Date: Mon, 5 Aug 2013 18:56:04 +0200 Subject: test_smbclient_tarmode.pl: use -n flag for specifiying hostname (was ambiguous with help) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Aptel Reviewed-by: David Disseldorp Reviewed-by: Jim McDonough --- source3/script/tests/test_smbclient_tarmode.pl | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'source3') diff --git a/source3/script/tests/test_smbclient_tarmode.pl b/source3/script/tests/test_smbclient_tarmode.pl index f4f924dde67..b654c5eebc1 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, -- cgit