Mercurial > hg
comparison tests/test-install.t @ 29219:3c9066ed557c
tests: silence test-repo obsolete warning
refactoring test-check-commit.t HGRCPATH bits as helpers-testrepo.sh
author | timeless <timeless@mozdev.org> |
---|---|
date | Wed, 11 May 2016 04:49:27 +0000 |
parents | c5f9ff302065 |
children | b3a677c82a35 |
comparison
equal
deleted
inserted
replaced
29218:fd288d118074 | 29219:3c9066ed557c |
---|---|
76 checking commit editor... (* -c "import sys; sys.exit(0)") (glob) | 76 checking commit editor... (* -c "import sys; sys.exit(0)") (glob) |
77 checking username (test) | 77 checking username (test) |
78 no problems detected | 78 no problems detected |
79 | 79 |
80 #if test-repo | 80 #if test-repo |
81 $ . "$TESTDIR/helpers-testrepo.sh" | |
82 | |
81 $ cat >> wixxml.py << EOF | 83 $ cat >> wixxml.py << EOF |
82 > import os, subprocess, sys | 84 > import os, subprocess, sys |
83 > import xml.etree.ElementTree as ET | 85 > import xml.etree.ElementTree as ET |
84 > | 86 > |
85 > # MSYS mangles the path if it expands $TESTDIR | 87 > # MSYS mangles the path if it expands $TESTDIR |