]> Cypherpunks repositories - gostls13.git/commitdiff
nacltest.bash: remove syscall/fstest_nacl.go after test
authorShenghou Ma <minux@golang.org>
Sat, 2 May 2015 01:56:28 +0000 (21:56 -0400)
committerMinux Ma <minux@golang.org>
Sat, 2 May 2015 02:48:32 +0000 (02:48 +0000)
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>

src/nacltest.bash

index eb1ac3d908ec5f11c2df100079d16f3b7adada1a..049aad2ff29f1f0391a9d59e7a0bf2663e465d28 100755 (executable)
@@ -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