Skip to content

Commit

Permalink
Add task arguments to DIRECTORY macro.
Browse files Browse the repository at this point in the history
  • Loading branch information
takagi committed Sep 30, 2016
1 parent 3aa5b15 commit 2860c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/lake.lisp
Expand Up @@ -694,7 +694,7 @@
(directory "dir" "desc")

(with-test-directory
(lake::run-task "dir" lake::*tasks*)
(lake::run-task "dir[123]" lake::*tasks*)
(is (and (directory-exists-p "dir") t)
t))

Expand Down

0 comments on commit 2860c5a

Please sign in to comment.