From: Shenghou Ma Date: Sat, 2 May 2015 01:56:28 +0000 (-0400) Subject: nacltest.bash: remove syscall/fstest_nacl.go after test X-Git-Tag: go1.5beta1~779 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=fbb4c7454ba49e14557f58030e4793f3ca6fadfe;p=gostls13.git 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 Run-TryBot: Josh Bleecher Snyder --- 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