Remove Perforce commands from setupSuite.sh

This file mustn't have changed at all, aside from the copyright headers,
since we switched to Git in October 2008.

Quick check shows the data from W3C is still online:
 https://dev.w3.org/cvsweb/2001/XML-Test-Suite/

I didn't check that the CVS server is actually running because none of
my machines even has the cvs command anymore...

Pick-To: 5.15
Change-Id: I4e559af2a9a1455ab770fffd15f4e740114a2433
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
Thiago Macieira 2020-02-19 12:15:21 -08:00
parent c377bb385c
commit 83223ca3ef

View File

@ -42,7 +42,5 @@ cd XML-Test-Suite
export CVSROOT=":pserver:anonymous@dev.w3.org:/sources/public"
cvs -q up -C
p4 edit ...
p4 revert `find -name "Entries"` # They only contain CVS timestamps.
git checkout -- `find -name "Entries"` # They only contain CVS timestamps.
xmllint --valid --noent xmlconf/xmlconf.xml --output xmlconf/finalCatalog.xml
p4 revert -a ...