diff tests/test-obsolete.t @ 37846:89793289c891

tests: remove pid file by default Previously, killdaemons.py would kill PIDs listed in a file then leave the file lingering around. If the PIDs are killed, then there's no point leaving the PID file around. In the worst case, a later invocation of killdaemons.py (run-tests.py invokes killdaemons.py after running a test) could kill a separate process whose PID conflicted with a previously-killed process. By removing the PID file, we eliminate this possibility. Some tests were manually removing the PID file after calling killdaemons.py. So we update these tests to not do this. Differential Revision: https://phab.mercurial-scm.org/D3443
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 05 May 2018 19:00:03 -0700
parents 31750413f8d7
children ea63a2004d09
line wrap: on
line diff
--- a/tests/test-obsolete.t	Mon Apr 30 19:54:55 2018 -0700
+++ b/tests/test-obsolete.t	Sat May 05 19:00:03 2018 -0700
@@ -931,7 +931,7 @@
   $ echo "evolution.exchange=True" >> $HGRCPATH
   $ echo "evolution.createmarkers=True" >> $HGRCPATH
 
-  $ rm hg.pid access.log errors.log
+  $ rm access.log errors.log
 #endif
 
 Several troubles on the same changeset (create an unstable and bumped changeset)