diff tests/test-install.t @ 41920:c68a1df5c79a

wix: move contrib/wix to contrib/packaging/wix We're trying to consolidate all our packaging code into contrib/packaging. Let's move the WiX files there. Differential Revision: https://phab.mercurial-scm.org/D6096
author Gregory Szorc <gregory.szorc@gmail.com>
date Thu, 07 Mar 2019 15:37:42 -0800
parents 14983ac4a764
children 65ed223619ec
line wrap: on
line diff
--- a/tests/test-install.t	Fri Mar 08 10:33:05 2019 -0800
+++ b/tests/test-install.t	Thu Mar 07 15:37:42 2019 -0800
@@ -196,7 +196,7 @@
   > 
   > tracked = [f for f in hgdirectory(sys.argv[1])]
   > 
-  > xml = ET.parse("%s/../contrib/wix/%s.wxs" % (testdir, sys.argv[1]))
+  > xml = ET.parse("%s/../contrib/packaging/wix/%s.wxs" % (testdir, sys.argv[1]))
   > root = xml.getroot()
   > dir = root.find('.//{%(wix)s}DirectoryRef' % ns)
   >