From 81557db57a7638ccc12c7ecdfa921f11d02c9f13 Mon Sep 17 00:00:00 2001 From: Dmitriy Vyukov Date: Mon, 12 Aug 2013 22:04:10 +0400 Subject: runtime/race: add end-to-end test Fixes issue 5933. R=golang-dev, bradfitz CC=golang-dev https://codereview.appspot.com/12699051 --- src/run.bash | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/run.bash') diff --git a/src/run.bash b/src/run.bash index 258a4d2f9..018648e59 100755 --- a/src/run.bash +++ b/src/run.bash @@ -61,7 +61,8 @@ case "$GOHOSTOS-$GOOS-$GOARCH-$CGO_ENABLED" in linux-linux-amd64-1 | darwin-darwin-amd64-1) echo echo '# Testing race detector.' - go test -race -i flag + go test -race -i runtime/race flag + go test -race -run=Output runtime/race go test -race -short flag esac -- cgit v1.2.1