[Python-apps-commits] r10817 - in packages/mercurial/trunk/debian/tests (hgsubversion)

vicho at users.alioth.debian.org vicho at users.alioth.debian.org
Thu May 1 07:21:01 UTC 2014


    Date: Thursday, May 1, 2014 @ 07:20:59
  Author: vicho
Revision: 10817

factor out the PID file name of the hgsubversion autopkgtest

Modified:
  packages/mercurial/trunk/debian/tests/hgsubversion

Modified: packages/mercurial/trunk/debian/tests/hgsubversion
===================================================================
--- packages/mercurial/trunk/debian/tests/hgsubversion	2014-04-30 12:32:01 UTC (rev 10816)
+++ packages/mercurial/trunk/debian/tests/hgsubversion	2014-05-01 07:20:59 UTC (rev 10817)
@@ -13,7 +13,7 @@
 [general]
 anon-access = write
 EOF
-svnserve -d --pid-file /var/run/svnmock.pid -r $SVN_ROOT
+svnserve -d --pid-file $PID_FILE -r $SVN_ROOT
 
 # Put some content in the repository
 svn co svn://127.0.0.1/celesteville
@@ -36,7 +36,7 @@
 cd ..
 
 # Kill the server and cleanup
-kill $(cat /var/run/svnmock.pid)
+kill $(cat $PID_FILE)
 rm -r $SVN_ROOT
 
 rm -r celesteville




More information about the Python-apps-commits mailing list