From: Ian Lance Taylor Date: Mon, 2 Nov 2009 21:17:12 +0000 (-0800) Subject: Set LANG to control sorting. This affects the order in which X-Git-Tag: weekly.2009-11-06~127 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=74a52ee75fdae1013fb5e3dbd0c54bdd08d6c49c;p=gostls13.git 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 --- diff --git a/test/run b/test/run index 164636a3a0..37981d067b 100755 --- a/test/run +++ b/test/run @@ -28,6 +28,7 @@ esac export G=${A}g export L=${A}l export GOTRACEBACK=0 +export LANG=C failed=0