summaryrefslogtreecommitdiff
path: root/src/cmd/gotest
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-04-22 17:52:22 -0700
committerRuss Cox <rsc@golang.org>2010-04-22 17:52:22 -0700
commit95219382926a5c2fcb0f9a3826aeaca2090be726 (patch)
tree64a933277eecbaa74ddae0588ef93e17bc73a25b /src/cmd/gotest
parent302143c2ec4837224a35cbeab9b8586fa122a732 (diff)
downloadgolang-95219382926a5c2fcb0f9a3826aeaca2090be726.tar.gz
runtime: closures, defer bug fix for Native Client
Enable package tests for Native Client build. R=r CC=golang-dev http://codereview.appspot.com/957042
Diffstat (limited to 'src/cmd/gotest')
-rwxr-xr-xsrc/cmd/gotest/gotest6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/cmd/gotest/gotest b/src/cmd/gotest/gotest
index 3fca81b6a..0a0aafc34 100755
--- a/src/cmd/gotest/gotest
+++ b/src/cmd/gotest/gotest
@@ -29,11 +29,7 @@ if [ -z "$O" ]; then
exit 2
fi
-E=""
-case "$GOOS" in
-nacl)
- E="nacl"
-esac
+E="$GORUN"
# TODO(kaib): proper emulator strategy
case x"$GOARCH" in