[neon/extras/qca2/Neon/stable] debian: autopkgtest: $ADTTMP -> $AUTOPKGTEST_TMP
Pino Toscano
null at kde.org
Fri Oct 21 20:12:11 BST 2022
Git commit 0574ecd4421f178a2a5fcc31494162b678a1e22e by Pino Toscano.
Committed on 05/02/2021 at 09:36.
Pushed by jriddell into branch 'Neon/stable'.
autopkgtest: $ADTTMP -> $AUTOPKGTEST_TMP
M +1 -0 debian/changelog
M +1 -1 debian/tests/ciphertest/run-test
https://invent.kde.org/neon/extras/qca2/commit/0574ecd4421f178a2a5fcc31494162b678a1e22e
diff --git a/debian/changelog b/debian/changelog
index c174e03..8444907 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ qca2 (2.3.2-2) UNRELEASED; urgency=medium
* Drop patch hurd_msync.diff, as now Hurd implements msync().
* Drop patch kubuntu_ignore_filewatch_test.diff, as this test seems to work
fine now.
+ * Use $AUTOPKGTEST_TMP instead of $ADTTMP in autopkgtests.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Fri, 05 Feb 2021 10:30:25 +0100
diff --git a/debian/tests/ciphertest/run-test b/debian/tests/ciphertest/run-test
index 09a8e62..a3a6c26 100755
--- a/debian/tests/ciphertest/run-test
+++ b/debian/tests/ciphertest/run-test
@@ -11,7 +11,7 @@ else
exit 1
fi
-cd "$ADTTMP"
+cd "$AUTOPKGTEST_TMP"
echo Building test
cmake $CONF_FLAGS "$TESTDIR"
More information about the Neon-commits
mailing list