File: run-xt

package info (click to toggle)
libwebservice-s3-tiny-perl 0.003-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 852 kB
  • sloc: perl: 137; sh: 5; makefile: 2
file content (10 lines) | stat: -rwxr-xr-x 177 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

docker-compose up --abort-on-container-exit --build --exit-code-from test -t0

ret=$?

docker-compose kill  &> /dev/null
docker-compose rm -f &> /dev/null

exit $ret