##// END OF EJS Templates
[PATCH] Set locale before run-tests does anything...
mpm@selenic.com -
r488:77c66c4e default
parent child Browse files
Show More
@@ -2,6 +2,21 b''
2 2
3 3 set -e
4 4
5 export LANG=C
6 export LC_CTYPE="C"
7 export LC_NUMERIC="C"
8 export LC_TIME="C"
9 export LC_COLLATE="C"
10 export LC_MONETARY="C"
11 export LC_MESSAGES="C"
12 export LC_PAPER="C"
13 export LC_NAME="C"
14 export LC_ADDRESS="C"
15 export LC_TELEPHONE="C"
16 export LC_MEASUREMENT="C"
17 export LC_IDENTIFICATION="C"
18 export LC_ALL=""
19
5 20 tests=0
6 21 failed=0
7 22 H=$PWD
@@ -43,5 +43,5 b' c8edf04160c7 tip'
43 43 + hg id
44 44 c8edf04160c7+b9154636be93+ tip
45 45 + hg status
46 C a
46 47 C .hgtags
47 C a
General Comments 0
You need to be logged in to leave comments. Login now