[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] [PATCH] Using parallel test harness
From: |
Darshit Shah |
Subject: |
Re: [Bug-wget] [PATCH] Using parallel test harness |
Date: |
Tue, 30 Sep 2014 21:52:01 +0530 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On 09/30, Tim Rühsen wrote:
Here we go with a new version of the patch, fixing some issues:
- make distcheck works again
- the tests can be started separate in tests/ directory (also fixed Test-
proxied-https-auth.px finding certs without $top_srcdir)
Any comments ?
Tim
--- end quoted text ---
Hi Tim,
I was just going through your patch. Could you please add the *.trs and *.log
entries to the .gitignore file? They would be listed under the Wildcards.
About the fix for Test-proxied-https.px, I came across the following guideline
in the Automake Tests manual:
Test programs that need data files should look for them in srcdir (which is
both a make variable and an environment variable made available to the tests),
so that they work when building in a separate directory (see Build Directories
in The Autoconf Manual), and in particular for the distcheck rule (see
Checking the Distribution).
I've been implementing a fix for testenv/ using abs_top_srcdir, but it seems we
should be using $srcdir, maybe you can fix that?
Also, the patch was generated against a slightly older git history, which is why
it doesn't apply cleanly and fails on ChangeLog. Maybe you could run a git pull
and then rebase your patch off the latest commit?
I have fixed the issues with make distcheck in testenv/ and will push the patch
right after yours.
--
Thanking You,
Darshit Shah
pgpdNIDwh6V03.pgp
Description: PGP signature
- Re: [Bug-wget] [PATCH] Using parallel test harness, (continued)
- Re: [Bug-wget] [PATCH] Using parallel test harness, Darshit Shah, 2014/09/25
- Re: [Bug-wget] [PATCH] Using parallel test harness, Tim Ruehsen, 2014/09/25
- Re: [Bug-wget] [PATCH] Using parallel test harness, Darshit Shah, 2014/09/27
- Re: [Bug-wget] [PATCH] Using parallel test harness, Tim Rühsen, 2014/09/27
- Re: [Bug-wget] [PATCH] Using parallel test harness, Darshit Shah, 2014/09/27
- Re: [Bug-wget] [PATCH] Using parallel test harness, Tim Ruehsen, 2014/09/30
- Re: [Bug-wget] [PATCH] Using parallel test harness,
Darshit Shah <=