D3042: tests: skip filelog damage tests when not using revlogs

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Wed Apr 4 17:26:38 EDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHGe1942c196f66: tests: skip filelog damage tests when not using revlogs (authored by indygreg, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D3042?vs=7598&id=7646

REVISION DETAIL
  https://phab.mercurial-scm.org/D3042

AFFECTED FILES
  tests/test-push.t

CHANGE DETAILS

diff --git a/tests/test-push.t b/tests/test-push.t
--- a/tests/test-push.t
+++ b/tests/test-push.t
@@ -173,6 +173,8 @@
   updating to branch default
   2 files updated, 0 files merged, 0 files removed, 0 files unresolved
 
+#if reporevlogstore
+
 Test spurious filelog entries:
 
   $ cd test-validation-clone
@@ -246,6 +248,8 @@
 
   $ cd ..
 
+#endif
+
 Test push hook locking
 =====================
 



To: indygreg, #hg-reviewers, durin42
Cc: mercurial-devel


More information about the Mercurial-devel mailing list