Remove --debug from .px tests.

This commit is contained in:
Micah Cowan 2009-09-27 11:29:01 -07:00
parent d65774ae38
commit 0d79e4aadc
6 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,9 @@
2009-09-27 Micah Cowan <micah@cowan.name>
* Test-idn-cmd.px, Test-idn-headers.px, Test-idn-meta.px,
Test-idn-robots.px, Test-proxy-auth-basic.px: Removed --debug from
invocation (in case it wasn't built with --debug support).
2009-09-24 Micah Cowan <micah@cowan.name>
* Test-ftp-iri-disabled.px: Fix name "Test-ftp-iri" ->

View File

@ -28,7 +28,7 @@ my %urls = (
},
);
my $cmdline = $WgetTest::WGETPATH . " --debug --iri -rH"
my $cmdline = $WgetTest::WGETPATH . " --iri -rH"
. " -e http_proxy=localhost:{{port}} --local-encoding=EUC-JP $euc_jp_hostname";
my $expected_error_code = 0;

View File

@ -40,7 +40,7 @@ my %urls = (
},
);
my $cmdline = $WgetTest::WGETPATH . " --debug --iri -rH"
my $cmdline = $WgetTest::WGETPATH . " --iri -rH"
. " -e http_proxy=localhost:{{port}} http://start-here.com/start.html";
my $expected_error_code = 0;

View File

@ -41,7 +41,7 @@ my %urls = (
},
);
my $cmdline = $WgetTest::WGETPATH . " --debug --iri -rH"
my $cmdline = $WgetTest::WGETPATH . " --iri -rH"
. " -e http_proxy=localhost:{{port}} http://start-here.com/start.html";
my $expected_error_code = 0;

View File

@ -48,7 +48,7 @@ my %urls = (
},
);
my $cmdline = $WgetTest::WGETPATH . " --debug --iri -rH"
my $cmdline = $WgetTest::WGETPATH . " --iri -rH"
. " -e http_proxy=localhost:{{port}} --local-encoding=EUC-JP"
. " http://$euc_jp_hostname/";

View File

@ -25,7 +25,7 @@ my %urls = (
},
);
my $cmdline = $WgetTest::WGETPATH . " --debug --user=fiddle-dee-dee --password=Dodgson"
my $cmdline = $WgetTest::WGETPATH . " --user=fiddle-dee-dee --password=Dodgson"
. " -e http_proxy=localhost:{{port}} http://no.such.domain/needs-auth.txt";
my $expected_error_code = 0;