File: run

package info (click to toggle)
dd-opentracing-cpp 1.3.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,336 kB
  • sloc: cpp: 44,895; sh: 697; ansic: 27; makefile: 20
file content (14 lines) | stat: -rwxr-xr-x 348 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

if [ -z "$DD_API_KEY" ]; then
  >&2 echo "Please set environment variable DD_API_KEY"
  exit 1
fi

testdir=$(dirname "$(dirname "$(realpath "$0")")")

docker-compose --file "$testdir/docker-compose.yaml" up \
  --build \
  --remove-orphans \
  --abort-on-container-exit \
  --exit-code-from dd-opentracing-cpp-example-unix-domain-socket