Skip to content

Commit c86dbbe

Browse files
kortschakminux
authored andcommitted
misc/cgo/fortran: clean up after successful helloworld.90 build
Change-Id: If03185a21e088c9b383a82c14d649805f00c8042 Reviewed-on: https://go-review.googlesource.com/20000 Reviewed-by: Minux Ma <[email protected]>
1 parent d62d831 commit c86dbbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

misc/cgo/fortran/test.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ if ! $FC helloworld/helloworld.f90 -o main.exe >& /dev/null; then
1313
echo "skipping Fortran test: could not build helloworld.f90 with $FC"
1414
exit 0
1515
fi
16+
rm -f main.exe
1617

1718
if ! go test; then
1819
echo "FAIL: go test"

0 commit comments

Comments
 (0)