comparison tests/test-http-api-httpv2.t @ 38021:538e850ae737

tests: mark tests that fail when using chg as #require no-chg As far as I can tell, most of these failures are due to using $HGPORT, which it seems chg might be using itself? I don't know enough to debug these failures to fix them properly. Differential Revision: https://phab.mercurial-scm.org/D3562
author Kyle Lippincott <spectral@google.com>
date Tue, 15 May 2018 11:52:43 -0700
parents 3ea8323d6f95
children 0f549da54379
comparison
equal deleted inserted replaced
38020:9d44c71bd892 38021:538e850ae737
1 #require no-chg
2
1 $ . $TESTDIR/wireprotohelpers.sh 3 $ . $TESTDIR/wireprotohelpers.sh
2 $ enabledummycommands 4 $ enabledummycommands
3 5
4 $ hg init server 6 $ hg init server
5 $ cat > server/.hg/hgrc << EOF 7 $ cat > server/.hg/hgrc << EOF