Skip to content

Commit

Permalink
Merge SVN 5317
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeclerck committed Sep 2, 2024
1 parent 9b6b80c commit 3ef35e6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
4 changes: 4 additions & 0 deletions tests/cobol85/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

2024-08-27 Nicolas Berthier <[email protected]>

* Makefile.am: stop downloading "newcob.val.Z" from out-dated URL

2023-06-02 Simon Sobisch <[email protected]>

* report.pl: place stderr from test runs into .out file
Expand Down
12 changes: 7 additions & 5 deletions tests/cobol85/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down

0 comments on commit 3ef35e6

Please sign in to comment.