changeset 33426:29653495cece

tests: add extra output for fsmonitor at showconfig
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Thu, 13 Jul 2017 03:17:58 +0900
parents 886207fb18ab
children 1bdafe1111ce
files tests/blacklists/fsmonitor tests/test-basic.t tests/test-commandserver.t
diffstat 3 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tests/blacklists/fsmonitor	Thu Jul 13 03:17:58 2017 +0900
+++ b/tests/blacklists/fsmonitor	Thu Jul 13 03:17:58 2017 +0900
@@ -3,8 +3,6 @@
 # The following tests all fail because they either use extensions that conflict
 # with fsmonitor, use subrepositories, or don't anticipate the extra file in
 # the .hg directory that fsmonitor adds.
-test-basic.t
-test-commandserver.t
 test-debugextensions.t
 test-eol-add.t
 test-eol-clone.t
--- a/tests/test-basic.t	Thu Jul 13 03:17:58 2017 +0900
+++ b/tests/test-basic.t	Thu Jul 13 03:17:58 2017 +0900
@@ -3,6 +3,7 @@
   $ hg config
   devel.all-warnings=true
   devel.default-date=0 0
+  extensions.fsmonitor= (fsmonitor !)
   largefiles.usercache=$TESTTMP/.cache/largefiles (glob)
   ui.slash=True
   ui.interactive=False
--- a/tests/test-commandserver.t	Thu Jul 13 03:17:58 2017 +0900
+++ b/tests/test-commandserver.t	Thu Jul 13 03:17:58 2017 +0900
@@ -189,6 +189,7 @@
   bundle.mainreporoot=$TESTTMP/repo
   devel.all-warnings=true
   devel.default-date=0 0
+  extensions.fsmonitor= (fsmonitor !)
   largefiles.usercache=$TESTTMP/.cache/largefiles
   ui.slash=True
   ui.interactive=False