Make sure my data directory exists before testing
Specifically the ‘integration-test-core’ had this extra step.
This commit is contained in:
parent
e09b37ab69
commit
5302d5a8ae
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue