From 386db51dab930280a6d2ce5f46583913bce279e5 Mon Sep 17 00:00:00 2001 From: dickmao Date: Sun, 7 Nov 2021 11:01:59 -0500 Subject: [PATCH] electric-tests can no longer by byte compiled As much as I enjoy this scut work, I'm happy for patch authors to validate changes via a self-administered testing system. So-called CI (continuous integration) systems require a paradigm shift from Wall-esque patches to branch-based schemes, however. While such a shift could appear daunting, all that is really required is an email from leadership to start submitting changesets to Github or Gitlab. The leveraging of nonfree infrastructure, while at odds with GNU dogma, would be as salutary and expeditious as a flat-earther resigning himself to a modern vaccine. * test/lisp/electric-tests.el: Avoid byte compiling. --- test/lisp/electric-tests.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/lisp/electric-tests.el b/test/lisp/electric-tests.el index 686641c1b3..c3d5d25d2b 100644 --- a/test/lisp/electric-tests.el +++ b/test/lisp/electric-tests.el @@ -999,4 +999,9 @@ electric-layout-mode-newline-between-parens-without-e-p-m-2 (should (equal (buffer-string) "int main () {\n \n}")))) (provide 'electric-tests) + +;; Local Variables: +;; no-byte-compile: t +;; End: + ;;; electric-tests.el ends here -- 2.26.2