File: test-unit.sh

package info (click to toggle)
golang-github-cloudfoundry-gosigar 0.0~git20180907.50ddd08-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 352 kB
  • sloc: sh: 26; makefile: 4
file content (8 lines) | stat: -rwxr-xr-x 145 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/env bash

set -e

export GOPATH=$PWD/gopath
export PATH=$PATH:$GOPATH/bin
cd gopath/src/github.com/cloudfoundry/gosigar
bin/test-unit