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
419f46f919
commit
54493b233b
|
|
@ -24,6 +24,11 @@
|
||||||
#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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue