|
@@ -125,7 +125,7 @@ go_test_dir() {
|
|
testcover=( -cover -coverprofile "$coverprofile" $coverpkg )
|
|
testcover=( -cover -coverprofile "$coverprofile" $coverpkg )
|
|
fi
|
|
fi
|
|
(
|
|
(
|
|
- set -x
|
|
|
|
|
|
+ echo '+ go test' $TESTFLAGS "github.com/dotcloud/docker${dir#.}"
|
|
cd "$dir"
|
|
cd "$dir"
|
|
go test ${testcover[@]} -ldflags "$LDFLAGS" "${BUILDFLAGS[@]}" $TESTFLAGS
|
|
go test ${testcover[@]} -ldflags "$LDFLAGS" "${BUILDFLAGS[@]}" $TESTFLAGS
|
|
)
|
|
)
|