Commit 692c31d6 authored by Alex Brainman's avatar Alex Brainman

misc/cgo/testso: do not leave out file behind

R=golang-dev, dvyukov
CC=golang-dev
https://golang.org/cl/5461044
parent 5d045fb0
#!/bin/sh
# Copyright 2011 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
set -e
gomake out
LD_LIBRARY_PATH=. ./out
gomake clean
......@@ -78,8 +78,7 @@ gotest
[ "$GOHOSTOS" == darwin ] ||
(xcd ../misc/cgo/testso
gomake clean
gomake out
LD_LIBRARY_PATH=. ./out
./test.bash
) || exit $?
(xcd ../doc/progs
......
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