]> Cypherpunks repositories - gostls13.git/commitdiff
Set LANG to control sorting. This affects the order in which
authorIan Lance Taylor <iant@golang.org>
Mon, 2 Nov 2009 21:17:12 +0000 (13:17 -0800)
committerIan Lance Taylor <iant@golang.org>
Mon, 2 Nov 2009 21:17:12 +0000 (13:17 -0800)
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

test/run

index 164636a3a0f3e3075bbdbbd5b280ca9408a1949b..37981d067bacaeba48ed13ccb7c2523f924fe4bd 100755 (executable)
--- 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