summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--debian/tests/byte-compilation1
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 371fe79..a124164 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+vm (8.2.0b-10) unstable; urgency=medium
+
+ * Set TERM for the autopkgtest's non-`--batch` invocation.
+
+ -- Ian Jackson <ijackson@chiark.greenend.org.uk> Fri, 30 Jun 2023 10:25:00 +0100
+
vm (8.2.0b-9) unstable; urgency=medium
* Avoid byte compilation to work around trouble with emacs 28
diff --git a/debian/tests/byte-compilation b/debian/tests/byte-compilation
index b42c350..05cbf3a 100644
--- a/debian/tests/byte-compilation
+++ b/debian/tests/byte-compilation
@@ -16,6 +16,7 @@ fi
: 'Running emacs with timed exit to try to encourage byte compilation'
script -e -c '
+ export TERM=xterm
timeout -v 20 \
emacs -q -f vm --exec "(run-at-time \"10 sec\" nil '\''kill-emacs)"
' | cat -vet