]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/src/comp-tests.el (comp-tests-bootstrap): Temp fix bootstrap test.
authorAndrea Corallo <akrl@sdf.org>
Sat, 12 Dec 2020 15:26:17 +0000 (16:26 +0100)
committerAndrea Corallo <akrl@sdf.org>
Sat, 12 Dec 2020 15:30:07 +0000 (16:30 +0100)
test/src/comp-tests.el

index c2af52e4cab0e64e0b0cd23cee39e06f3d5e49e8..e73fc652d62b0f2965d591c7e97a8e77e847b979 100644 (file)
@@ -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.