Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/gnucobol-3.x' into gcos4gnucob…
Browse files Browse the repository at this point in the history
…ol-3.x
  • Loading branch information
nberth committed Aug 28, 2024
2 parents d0ef5aa + 808c9be commit f13eede
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 @@ -169,11 +169,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 f13eede

Please sign in to comment.