1
0
Fork 0

Make sure my data directory exists before testing

Specifically the ‘integration-test-core’ had this extra step.
This commit is contained in:
Tom Willemse 2020-10-17 14:28:34 -07:00
parent e09b37ab69
commit 5302d5a8ae

View file

@ -22,6 +22,7 @@
`(,(format "integration-test-%s" module) `(,(format "integration-test-%s" module)
("stage" . "integration-test") ("stage" . "integration-test")
("dependencies" "package") ("dependencies" "package")
("before_script" "mkdir ~/.emacs.d/data/")
("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)