diff --git a/src/nacltest.bash b/src/nacltest.bash index 2b62830a88..154d99ae98 100755 --- a/src/nacltest.bash +++ b/src/nacltest.bash @@ -67,6 +67,9 @@ if [ ! -f make.bash ]; then fi GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH ./make.bash +# the builder might have set GOROOT_FINAL. +export GOROOT=$(pwd)/.. + # Build zip file embedded in package syscall. gobin=${GOBIN:-$(pwd)/../bin} rm -f pkg/syscall/fstest_nacl.go