mirror of https://github.com/CGAL/cgal
Force LC_ALL and LANG to "C", so that the test results are in english and
nothing else.
This commit is contained in:
parent
c64aee37fb
commit
3f23b72e45
|
|
@ -24,6 +24,12 @@
|
||||||
#sets the umask to 022 & 0777
|
#sets the umask to 022 & 0777
|
||||||
umask 022
|
umask 022
|
||||||
|
|
||||||
|
# We want english warning and error messages!!
|
||||||
|
LANG=C
|
||||||
|
LC_ALL=C
|
||||||
|
export LANG
|
||||||
|
export LC_ALL
|
||||||
|
|
||||||
SCP="scp"
|
SCP="scp"
|
||||||
WGET="wget"
|
WGET="wget"
|
||||||
WGET_OPTS="--no-check-certificate --no-verbose"
|
WGET_OPTS="--no-check-certificate --no-verbose"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue