fukamachi/prove

Allow pathname designators in PROVE:RUN

phoe opened this issue · 1 comments

phoe commented
(prove:run #P"myapp/tests/my-test.lisp") ; works
(prove:run "myapp/tests/my-test.lisp")   ; breaks

String is ambiguous since it also can be a system-designator.