Commit c86dbbe1 authored by kortschak's avatar kortschak Committed by Minux Ma

misc/cgo/fortran: clean up after successful helloworld.90 build

Change-Id: If03185a21e088c9b383a82c14d649805f00c8042
Reviewed-on: https://go-review.googlesource.com/20000Reviewed-by: default avatarMinux Ma <minux@golang.org>
parent d62d8318
...@@ -13,6 +13,7 @@ if ! $FC helloworld/helloworld.f90 -o main.exe >& /dev/null; then ...@@ -13,6 +13,7 @@ if ! $FC helloworld/helloworld.f90 -o main.exe >& /dev/null; then
echo "skipping Fortran test: could not build helloworld.f90 with $FC" echo "skipping Fortran test: could not build helloworld.f90 with $FC"
exit 0 exit 0
fi fi
rm -f main.exe
if ! go test; then if ! go test; then
echo "FAIL: go test" echo "FAIL: go test"
......
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