From: Aurélien Aptel Date: Mon, 5 Aug 2013 16:56:04 +0000 (+0200) Subject: test_smbclient_tarmode.pl: use -n flag for specifiying hostname (was ambiguous with... X-Git-Tag: tevent-0.9.20~427 X-Git-Url: http://git.samba.org/samba.git/?a=commitdiff_plain;h=977c26d8b0e978ac27273161c87918b467fe8672;p=kamenim%2Fsamba-autobuild%2F.git test_smbclient_tarmode.pl: use -n flag for specifiying hostname (was ambiguous with help) Signed-off-by: Aurélien Aptel Reviewed-by: David Disseldorp Reviewed-by: Jim McDonough --- 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,