diff tests/run-tests.py @ 10013:b2e87fde6806

run-tests: --inotify: use inotify.appendpid to append pids to $DAEMON_PIDS Introduce a inotify.appendpid configuration possibility that appends pids to inotify.pidfile when set to True.
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Tue, 01 Dec 2009 09:53:02 +0900
parents b37b060d84c7
children d7c23f4a14c7
line wrap: on
line diff
--- a/tests/run-tests.py	Tue Dec 01 11:28:31 2009 +0900
+++ b/tests/run-tests.py	Tue Dec 01 09:53:02 2009 +0900
@@ -476,6 +476,7 @@
         hgrc.write('inotify=\n')
         hgrc.write('[inotify]\n')
         hgrc.write('pidfile=%s\n' % DAEMON_PIDS)
+        hgrc.write('appendpid=True\n')
     hgrc.close()
 
     err = os.path.join(TESTDIR, test+".err")