Create more directories before running tests
This commit is contained in:
parent
1155024811
commit
8f4d98e4ab
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
`(,(format "integration-test-%s" module)
|
`(,(format "integration-test-%s" module)
|
||||||
("stage" . "integration-test")
|
("stage" . "integration-test")
|
||||||
("dependencies" "package")
|
("dependencies" "package")
|
||||||
("before_script" "mkdir -p ~/.emacs.d/data/ ~/documents/org/")
|
("before_script" "mkdir -p ~/.emacs.d/data/ ~/documents/org/projects/")
|
||||||
("script" . ,(format "make integration-test-%s TEST_ARCHIVE=$(realpath bin/)" module))))
|
("script" . ,(format "make integration-test-%s TEST_ARCHIVE=$(realpath bin/)" module))))
|
||||||
|
|
||||||
(defun unit-test-exists-p (module)
|
(defun unit-test-exists-p (module)
|
||||||
|
|
Loading…
Reference in a new issue