]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a big in the srecore test setup
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 18 Aug 2020 18:06:48 +0000 (11:06 -0700)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 18 Aug 2020 18:06:53 +0000 (11:06 -0700)
* test/lisp/cedet/srecode-utest-template.el
(srecode-utest-project): Set the current directory in the project
so that we'll find it later (bug#42533).  The in-project directory
is /tmp, which is not actually what it is on many machines that
have the temporary directory somewhere else.

test/lisp/cedet/srecode-utest-template.el

index 63c33a3c440361b7f1ae1e537ad742653dc09055..41e67fd1e3ba5e2d7705d56e0200728153694dc5 100644 (file)
@@ -347,6 +347,10 @@ INSIDE SECTION: ARG HANDLER ONE")
       ;; Load the application templates, and make sure we can find them.
       (srecode-load-tables-for-mode major-mode 'tests)
 
+      (dolist (table (oref (srecode-table) tables))
+        (when (gethash "test" (oref table contexthash))
+          (oset table project default-directory)))
+
       (setq temp (srecode-template-get-table (srecode-table)
                                             "test-project"
                                             "test"