[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-wget] [PATCH] Also remove -d (--debug) from .px tests
From: |
Mike Frysinger |
Subject: |
[Bug-wget] [PATCH] Also remove -d (--debug) from .px tests |
Date: |
Wed, 14 Oct 2009 01:21:06 -0000 |
User-agent: |
Mercurial-patchbomb/1.3.1 |
# HG changeset patch
# User Mike Frysinger <address@hidden>
# Date 1255483257 14400
# Node ID b8a368fe7fed3fcca31cf9102046d188024fbf7d
# Parent ee7b9018a48319f23fa9efd2776b196401ca28ef
Also remove -d (--debug) from .px tests.
diff -r ee7b9018a483 -r b8a368fe7fed tests/Test-E-k-K.px
--- a/tests/Test-E-k-K.px Fri Oct 09 02:23:26 2009 -0700
+++ b/tests/Test-E-k-K.px Tue Oct 13 21:20:57 2009 -0400
@@ -61,7 +61,7 @@
},
);
-my $cmdline = $WgetTest::WGETPATH . " -d -r -nd -E -k -K
http://localhost:{{port}}/index.php";
+my $cmdline = $WgetTest::WGETPATH . " -r -nd -E -k -K
http://localhost:{{port}}/index.php";
my $expected_error_code = 0;
diff -r ee7b9018a483 -r b8a368fe7fed tests/Test-cookies-401.px
--- a/tests/Test-cookies-401.px Fri Oct 09 02:23:26 2009 -0700
+++ b/tests/Test-cookies-401.px Tue Oct 13 21:20:57 2009 -0400
@@ -29,7 +29,7 @@
},
);
-my $cmdline = $WgetTest::WGETPATH . " -d http://localhost:{{port}}/one.txt"
+my $cmdline = $WgetTest::WGETPATH . " http://localhost:{{port}}/one.txt"
. " http://localhost:{{port}}/two.txt";
my $expected_error_code = 6;
diff -r ee7b9018a483 -r b8a368fe7fed tests/Test-ftp-bad-list.px
--- a/tests/Test-ftp-bad-list.px Fri Oct 09 02:23:26 2009 -0700
+++ b/tests/Test-ftp-bad-list.px Tue Oct 13 21:20:57 2009 -0400
@@ -29,7 +29,7 @@
},
);
-my $cmdline = $WgetTest::WGETPATH . " -d -nH -Nc -r ftp://localhost:{{port}}/";
+my $cmdline = $WgetTest::WGETPATH . " -nH -Nc -r ftp://localhost:{{port}}/";
my $expected_error_code = 0;
diff -r ee7b9018a483 -r b8a368fe7fed tests/Test-iri-list.px
--- a/tests/Test-iri-list.px Fri Oct 09 02:23:26 2009 -0700
+++ b/tests/Test-iri-list.px Tue Oct 13 21:20:57 2009 -0400
@@ -143,7 +143,7 @@
},
);
-my $cmdline = $WgetTest::WGETPATH . " --iri -d -i
http://localhost:{{port}}/url_list.txt";
+my $cmdline = $WgetTest::WGETPATH . " --iri -i
http://localhost:{{port}}/url_list.txt";
my $expected_error_code = 0;
diff -r ee7b9018a483 -r b8a368fe7fed tests/Test-iri.px
--- a/tests/Test-iri.px Fri Oct 09 02:23:26 2009 -0700
+++ b/tests/Test-iri.px Tue Oct 13 21:20:57 2009 -0400
@@ -186,7 +186,7 @@
},
);
-my $cmdline = $WgetTest::WGETPATH . " -d --iri --restrict-file-names=nocontrol
-nH -r http://localhost:{{port}}/";
+my $cmdline = $WgetTest::WGETPATH . " --iri --restrict-file-names=nocontrol
-nH -r http://localhost:{{port}}/";
my $expected_error_code = 0;
- [Bug-wget] [PATCH] Also remove -d (--debug) from .px tests,
Mike Frysinger <=