comparison Makefile @ 879:055f9254d790

Makefile: set HGRCPATH to protects us from broken environments
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
date Fri, 20 Apr 2012 23:55:53 +0200
parents 4589d48c9e1b
children
comparison
equal deleted inserted replaced
878:6cee57ad9045 879:055f9254d790
15 check: check-demandimport check-subvertpy check-swig 15 check: check-demandimport check-subvertpy check-swig
16 16
17 check-demandimport: 17 check-demandimport:
18 # verify that hgsubversion loads properly without bindings, but fails 18 # verify that hgsubversion loads properly without bindings, but fails
19 # when actually used 19 # when actually used
20 ! LC_ALL=C HGSUBVERSION_BINDINGS=none \ 20 ! LC_ALL=C HGSUBVERSION_BINDINGS=none HGRCPATH=/dev/null \
21 hg --config extensions.hgsubversion=./hgsubversion \ 21 hg --config extensions.hgsubversion=./hgsubversion \
22 version 2>&1 \ 22 version 2>&1 \
23 | egrep '(^abort:|failed to import extension)' 23 | egrep '(^abort:|failed to import extension)'
24 LC_ALL=C HGSUBVERSION_BINDINGS=none \ 24 LC_ALL=C HGSUBVERSION_BINDINGS=none HGRCPATH=/dev/null \
25 hg --config extensions.hgsubversion=./hgsubversion \ 25 hg --config extensions.hgsubversion=./hgsubversion \
26 version --svn 2>&1 \ 26 version --svn 2>&1 \
27 | egrep '(^abort:|failed to import extension)' 27 | egrep '(^abort:|failed to import extension)'
28 28
29 check-subvertpy: 29 check-subvertpy: