From 3ef35e6a7ae7b2681ca1379cdf7ae61a82373d0f Mon Sep 17 00:00:00 2001 From: David Declerck Date: Mon, 2 Sep 2024 11:14:45 +0200 Subject: [PATCH] Merge SVN 5317 --- tests/cobol85/ChangeLog | 4 ++++ tests/cobol85/Makefile.am | 12 +++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/tests/cobol85/ChangeLog b/tests/cobol85/ChangeLog index 15a992508..bc947d6f5 100644 --- a/tests/cobol85/ChangeLog +++ b/tests/cobol85/ChangeLog @@ -1,4 +1,8 @@ +2024-08-27 Nicolas Berthier + + * Makefile.am: stop downloading "newcob.val.Z" from out-dated URL + 2023-06-02 Simon Sobisch * report.pl: place stderr from test runs into .out file diff --git a/tests/cobol85/Makefile.am b/tests/cobol85/Makefile.am index 4064532d0..c37231809 100644 --- a/tests/cobol85/Makefile.am +++ b/tests/cobol85/Makefile.am @@ -168,11 +168,13 @@ diff-summary: @diff $(DIFF_FLAGS) "$(srcdir)/$(SUMMARY)" "summary.log" @echo Done -newcob.val.Z: - @echo "Trying to download newcob.val.Z..." - @(which curl 1>/dev/null && curl $(CURL_FLAGS) "$(URL_NEWCOB_Z)" -o $@) || \ - wget $(WGET_FLAGS) "$(URL_NEWCOB_Z)" || \ - ($(RM) $@; echo "Downloading $@ failed"; false) +# Note: $(URL_NEWCOB_Z) is out-dated and simply grabs an HTML file +# without error. +# newcob.val.Z: +# @echo "Trying to download newcob.val.Z..." +# @(which curl 1>/dev/null && curl $(CURL_FLAGS) "$(URL_NEWCOB_Z)" -o $@) || \ +# wget $(WGET_FLAGS) "$(URL_NEWCOB_Z)" || \ +# ($(RM) $@; echo "Downloading $@ failed"; false) newcob.val.tar.gz: @echo "Trying to download newcob.val.tar.gz..."