Commit 74a52ee7 authored by Ian Lance Taylor's avatar Ian Lance Taylor

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
parent 236a9de9
......@@ -28,6 +28,7 @@ esac
export G=${A}g
export L=${A}l
export GOTRACEBACK=0
export LANG=C
failed=0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment