aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShenghou Ma <minux@golang.org>2015-05-01 21:56:28 -0400
committerMinux Ma <minux@golang.org>2015-05-02 02:48:32 +0000
commitfbb4c7454ba49e14557f58030e4793f3ca6fadfe (patch)
treea7a773182338f9c9b79f13e438b1defcf895b78a /src
parent031c3bc9ae9412caf8a31fc95c5384c93fe5a7b7 (diff)
downloadgo-fbb4c7454ba49e14557f58030e4793f3ca6fadfe.tar.xz
nacltest.bash: remove syscall/fstest_nacl.go after test
Fixes #9232. Change-Id: I11a7fb7691d9e7473620db1b7fa29fec359c73d3 Reviewed-on: https://go-review.googlesource.com/9642 Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com> Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
Diffstat (limited to 'src')
-rwxr-xr-xsrc/nacltest.bash2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nacltest.bash b/src/nacltest.bash
index eb1ac3d908..049aad2ff2 100755
--- a/src/nacltest.bash
+++ b/src/nacltest.bash
@@ -78,3 +78,5 @@ GOROOT=$GOROOT_BOOTSTRAP $gobin/go run ../misc/nacl/mkzip.go -p syscall -r .. ..
# Run standard build and tests.
export PATH=$(pwd)/../misc/nacl:$PATH
GOOS=nacl GOARCH=$naclGOARCH ./all.bash
+
+rm -f syscall/fstest_nacl.go