File: upstream-standard

package info (click to toggle)
s3ql 3.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,020 kB
  • sloc: python: 15,998; makefile: 125; sh: 37; ansic: 22
file content (14 lines) | stat: -rwxr-xr-x 463 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

# Unset proxies. In Ubuntu build environments, a proxy is used to
# refuse all network access with a 503 error. However, the test
# cases actually try to connect to a mock service running on
# localhost.
unset http_proxy
unset https_proxy

# Test suite automatically skips over tests that cannot be
# executed because of insufficient priviliges.

export PYTHONPATH="/usr/lib/s3ql:${PYTHONPATH}"
exec py.test-3 --installed --logdebug=s3ql.verify tests/