From: Andrea Corallo Date: Sat, 12 Dec 2020 15:26:17 +0000 (+0100) Subject: * test/src/comp-tests.el (comp-tests-bootstrap): Temp fix bootstrap test. X-Git-Tag: emacs-28.0.90~2727^2~276 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c39fad909cf9720626d310618cfdeae2ccf330ba;p=emacs.git * test/src/comp-tests.el (comp-tests-bootstrap): Temp fix bootstrap test. --- diff --git a/test/src/comp-tests.el b/test/src/comp-tests.el index c2af52e4cab..e73fc652d62 100644 --- a/test/src/comp-tests.el +++ b/test/src/comp-tests.el @@ -56,8 +56,9 @@ "Compile the compiler and load it to compile it-self. Check that the resulting binaries do not differ." :tags '(:expensive-test :nativecomp) - (let* ((comp-src (concat comp-test-directory - "../../lisp/emacs-lisp/comp.el")) + (let* ((byte-native-for-bootstrap t) ; FIXME HACK + (comp-src (concat comp-test-directory + "../../lisp/emacs-lisp/comp.el")) (comp1-src (make-temp-file "stage1-" nil ".el")) (comp2-src (make-temp-file "stage2-" nil ".el")) ;; Can't use debug symbols.