]> Cypherpunks repositories - gostls13.git/commit
src: simplify race.bash checking condition
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Sat, 15 May 2021 17:08:42 +0000 (00:08 +0700)
committerCuong Manh Le <cuong.manhle.vn@gmail.com>
Tue, 17 Aug 2021 01:49:12 +0000 (01:49 +0000)
commita8d39f151d10209bca94c7533786dcc9c55c9517
treecea910dda3c0276609155b1b15a3c380bbbf9223
parent1951afc9193f8e197cb7dfaf6afed70ea02404cb
src: simplify race.bash checking condition

By using "uname -s -m" to get the OS name and hardware name,
then using it to match supported platform in case command.

Change-Id: I5161a29c6f3fe34dcda9e7bd477fa3b772b9e041
Reviewed-on: https://go-review.googlesource.com/c/go/+/320250
Trust: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Trust: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/race.bash