1
0
mirror of https://github.com/golang/go synced 2024-11-22 00:04:41 -07:00

Set LANG to control sorting. This affects the order in which

tests are processed, and thus the run.out output.  The default
LANG on Fedora 10, en_US.utf8, causes the tests to be sorted
differently--e.g., arrayindex1.go and arrayindex.go are sorted
in the opposite order.

R=r, rsc
http://go/go-review/1018022
This commit is contained in:
Ian Lance Taylor 2009-11-02 13:17:12 -08:00
parent 236a9de93f
commit 74a52ee75f

View File

@ -28,6 +28,7 @@ esac
export G=${A}g export G=${A}g
export L=${A}l export L=${A}l
export GOTRACEBACK=0 export GOTRACEBACK=0
export LANG=C
failed=0 failed=0