aboutsummaryrefslogtreecommitdiff
path: root/debian/tests/run-test
blob: b0fb0f70d0b8fed2f46c6efc35879e1464a46ffa (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -e

# clean up old crash reports
rm -rf /var/crash/* 2>&1 || true

# succeeding test must not write anything to stderr, as per DEP-8
# work around LP #972324
env -u TMPDIR xvfb-run python3 setup.py test 2>&1