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