Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion P5/Test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ testmeta2010:
@echo " "
@echo "--------- P5/Test/Makefile work on target $@ ---------"
@echo check that TEI web site is up and responding ...
-TEISITE=`curl -s --head http://www.tei-c.org/Vault/P5/1.5.0/xml/tei/odd/p5subset.xml`
-TEISITE=`curl --silent --max-time 15 --show-error --head http://www.tei-c.org/Vault/P5/1.5.0/xml/tei/odd/p5subset.xml`
ifdef TEISITE
@echo ... it is, so run tests
$(ANT) -f antruntest.xml -DoddFile=testmeta2010.odd -Dtestfile=testmeta2010.xml validateodd
Expand Down
Loading