File: test-binary

package info (click to toggle)
conmon 2.1.13%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 732 kB
  • sloc: ansic: 3,324; sh: 701; makefile: 120
file content (12 lines) | stat: -rwxr-xr-x 194 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/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}"

exec test/run-tests.sh "$@"