summaryrefslogtreecommitdiff
path: root/debian/tests
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 /debian/tests
parent5f32a2d7cc5dd1a13def792002d62b98233e69c3 (diff)
d/tests: Use AUTOPKGTEST_ARTIFACTS instead of ADT_ARTIFACTS
Diffstat (limited to 'debian/tests')
-rwxr-xr-xdebian/tests/python22
-rwxr-xr-xdebian/tests/python32
2 files changed, 2 insertions, 2 deletions
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