From fbb4c7454ba49e14557f58030e4793f3ca6fadfe Mon Sep 17 00:00:00 2001 From: Shenghou Ma Date: Fri, 1 May 2015 21:56:28 -0400 Subject: [PATCH] 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 --- src/nacltest.bash | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.48.1