summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndřej Nový <onovy@debian.org>2018-10-01 10:31:11 +0200
committerOndřej Nový <onovy@debian.org>2018-10-01 10:31:11 +0200
commit97343d2d838b45bdbd767adad02c3fedc5290888 (patch)
treec3f95f0e94a53802a884c2465806a893fad680e8
parent5f32a2d7cc5dd1a13def792002d62b98233e69c3 (diff)
d/tests: Use AUTOPKGTEST_ARTIFACTS instead of ADT_ARTIFACTS
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/tests/python22
-rwxr-xr-xdebian/tests/python32
3 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index fda63d7..9000217 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dbus-python (1.2.8-3) UNRELEASED; urgency=medium
+
+ * d/tests: Use AUTOPKGTEST_ARTIFACTS instead of ADT_ARTIFACTS
+
+ -- Ondřej Nový <onovy@debian.org> Mon, 01 Oct 2018 10:31:11 +0200
+
dbus-python (1.2.8-2) unstable; urgency=medium
* d/p/cross-test-client-Wait-until-default-method-timeout-for-E.patch,
diff --git a/debian/tests/python2 b/debian/tests/python2
index 52e052e..1848e67 100755
--- a/debian/tests/python2
+++ b/debian/tests/python2
@@ -3,5 +3,5 @@ exec 2>&1
set -e
set -x
exec dbus-run-session -- timeout 600s gnome-desktop-testing-runner \
- --report-directory="$ADT_ARTIFACTS" \
+ --report-directory="$AUTOPKGTEST_ARTIFACTS" \
dbus-python/python2
diff --git a/debian/tests/python3 b/debian/tests/python3
index 0082c00..b6d4359 100755
--- a/debian/tests/python3
+++ b/debian/tests/python3
@@ -3,5 +3,5 @@ exec 2>&1
set -e
set -x
exec dbus-run-session -- timeout 600s gnome-desktop-testing-runner \
- --report-directory="$ADT_ARTIFACTS" \
+ --report-directory="$AUTOPKGTEST_ARTIFACTS" \
dbus-python/python3