GNU bug report logs -
#48350
28.0.50; bytecomp-tests--dest-mountpoint test failure
Previous Next
Reported by: Lars Ingebrigtsen <larsi <at> gnus.org>
Date: Tue, 11 May 2021 14:06:02 UTC
Severity: normal
Found in version 28.0.50
Fixed in version 28.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> Am 12.08.2021 um 01:06 schrieb Lars Ingebrigtsen <larsi <at> gnus.org>:
>
> ;; When $HOME is set to '/nonexistent' means we are running the
> ;; testsuite, add a temporary folder in front to produce there
> ;; new compilations.
> (when (equal (getenv "HOME") "/nonexistent")
> (let ((tmp-dir (make-temp-file "emacs-testsuite-" t)))
> (add-hook 'kill-emacs-hook (lambda () (delete-directory tmp-dir t)))
> (push tmp-dir native-comp-eln-load-path))))
Such code is quite brittle. Code should generally not try to detect whether it's running as part of a test, and not make decisions based on sich a detection, because such logic thwarts the idea of testing the actual code that runs in production. I'd recommend deleting this snippet and finding a better way to achieve its goal.
This bug report was last modified 3 years and 259 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.