File: test-binary

package info (click to toggle)
conmon 2.1.12-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 636 kB
  • sloc: ansic: 3,325; sh: 264; makefile: 134
file content (17 lines) | stat: -rwxr-xr-x 351 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh -ex

export LANG=C

dpkg-source --before-build .

export CONMON_BINARY=/usr/bin/conmon
TMPDIR=$(mktemp -d)
export HOME="${TMPDIR}/home"
mkdir -p "${HOME}"
# avoid ANSI coloring in build logs
export GINGKO_COLOR=0
# use Debian modules
export GO111MODULE=off
export GOPATH="${PWD}:/usr/share/gocode"

go test -vet=off ./runner/... -count=1 -v