bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] [PATCH] Sort test names into order.


From: Darshit Shah
Subject: Re: [Bug-wget] [PATCH] Sort test names into order.
Date: Fri, 2 Sep 2016 17:50:18 +0200
User-agent: NeoMutt/20160827.15-ee05 (1.7.0)

Pushed after editing the commit message.

* Dale R. Worley <address@hidden> [160825 02:02]:
This patch sorts the test names in the list in testenv/Makefile.am.

Dale

From e116595d66710c47dbee156de3cef4c6b2733fb1 Mon Sep 17 00:00:00 2001
From: "Dale R. Worley" <address@hidden>
Date: Tue, 23 Aug 2016 18:05:11 -0400
Subject: [PATCH 2/4] Sort test names into order.

---
testenv/Makefile.am | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/testenv/Makefile.am b/testenv/Makefile.am
index 33ce61b..faf86a9 100644
--- a/testenv/Makefile.am
+++ b/testenv/Makefile.am
@@ -42,7 +42,8 @@ if WITH_SSL
endif

if HAVE_PYTHON3
-  TESTS = Test-auth-basic-fail.py                   \
+  TESTS = Test-504.py                               \
+    Test-auth-basic-fail.py                         \
    Test-auth-basic.py                              \
    Test-auth-both.py                               \
    Test-auth-digest.py                             \
@@ -51,6 +52,7 @@ if HAVE_PYTHON3
    Test-auth-retcode.py                            \
    Test-auth-with-content-disposition.py           \
    Test-c-full.py                                  \
+    Test-condget.py                                 \
    Test-Content-disposition-2.py                   \
    Test-Content-disposition.py                     \
    Test--convert-links--content-on-error.py        \
@@ -59,24 +61,22 @@ if HAVE_PYTHON3
    Test-cookie-expires.py                          \
    Test-cookie.py                                  \
    Test-Head.py                                    \
+    Test-hsts.py                                    \
    Test--https.py                                  \
    Test--https-crl.py                              \
    Test-missing-scheme-retval.py                   \
+    Test-O.py                                       \
    Test-pinnedpubkey-der-https.py                  \
    Test-pinnedpubkey-der-no-check-https.py         \
    Test-pinnedpubkey-hash-https.py                 \
    Test-pinnedpubkey-hash-no-check-fail-https.py   \
    Test-pinnedpubkey-pem-fail-https.py             \
    Test-pinnedpubkey-pem-https.py                  \
-    Test-hsts.py                                    \
-    Test-O.py                                       \
    Test-Post.py                                    \
-    Test-504.py                                     \
-    Test--spider-r.py                               \
-    Test--rejected-log.py                           \
    Test-redirect-crash.py                          \
+    Test--rejected-log.py                           \
    Test-reserved-chars.py                          \
-    Test-condget.py                                 \
+    Test--spider-r.py                               \
    $(METALINK_TESTS)

endif
-- 
2.10.0.rc0.17.gd63263a


--
Thanking You,
Darshit Shah

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]