Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Peter Housel
cl-bench
Commits
04b50a6c
Commit
04b50a6c
authored
May 14, 2016
by
Daniel Kochmański
Browse files
pathname: result: ensure directory exist
parent
1f433da9
Changes
1
Hide whitespace changes
Inline
Side-by-side
cl-bench.lisp
View file @
04b50a6c
...
...
@@ -15,7 +15,8 @@
(
"test;*.*.*"
,
(
merge-pathnames
"files/"
root-dir
))
(
"misc;*.*.*"
,
(
merge-pathnames
"misc/"
root-dir
))
(
"result;*.*.*"
,
(
merge-pathnames
"output/"
root-dir
))
(
"**;*.*.*"
,
(
merge-pathnames
"**/"
root-dir
)))))
(
"**;*.*.*"
,
(
merge-pathnames
"**/"
root-dir
))))
(
ensure-directories-exist
(
merge-pathnames
"output/"
root-dir
)))
;;; This is disabled after the consultation with the ABCL maintainer
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment