diff options
author | 2023-08-03 16:33:41 +0600 | |
---|---|---|
committer | 2023-08-03 16:33:41 +0600 | |
commit | 70faa8e9a0ff3cba74b4f753e257d56b768fcbd2 (patch) | |
tree | 3a49460715f7319d100e0cc9c1a278758500c7c8 /debian/tests/run-test | |
download | aptdaemon-70faa8e9a0ff3cba74b4f753e257d56b768fcbd2.tar.gz aptdaemon-70faa8e9a0ff3cba74b4f753e257d56b768fcbd2.zip |
Import Upstream version 1.1.1+bzr982
Diffstat (limited to 'debian/tests/run-test')
-rwxr-xr-x | debian/tests/run-test | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/tests/run-test b/debian/tests/run-test new file mode 100755 index 0000000..b0fb0f7 --- /dev/null +++ b/debian/tests/run-test @@ -0,0 +1,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 |