Commit e13170e2 authored by Burcu Dogan's avatar Burcu Dogan

build: fix typo in androidtest.bash

Change-Id: Idd72e095ad64e1a398058982422c2c5497a23ce5
Reviewed-on: https://go-review.googlesource.com/2739Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 2fe8eadc
......@@ -11,7 +11,7 @@ set -e
ulimit -c 0 # no core files
if [ ! -f make.bash ]; then
echo 'nacl.bash must be run from $GOROOT/src' 1>&2
echo 'androidtest.bash must be run from $GOROOT/src' 1>&2
exit 1
fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment