Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asdf
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
16
Issues
16
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
asdf
asdf
Commits
40a448a2
Commit
40a448a2
authored
Aug 15, 2016
by
Robert Goldman
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into run-program-bug-fixes
* master: Make test more verbose.
parents
6248043b
6fb83716
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
test/test-symlink-loop.script
test/test-symlink-loop.script
+5
-0
No files found.
test/test-symlink-loop.script
View file @
40a448a2
...
...
@@ -29,6 +29,7 @@
(format nil "~a" (namestring (make-sub-pathname :name "loop"
:type "asd"
:defaults scratch-dir))))
(DBG "Testing search for asdf system definitions.")
(assert-equal (list "loop")
(let ((asds nil))
(declare (special asds))
...
...
@@ -47,10 +48,14 @@
name)))
(push name asds))))
asds))
(DBG "Resetting source registry.")
(initialize-source-registry
`(:source-registry (:tree ,scratch-dir) :ignore-inherited-configuration))
(DBG "Looking for the LOOP system")
(assert (asdf:find-system :loop)))
;; clean up
(DBG "Cleaning up")
(uiop:run-program (format nil "rm -r ~a" scratch-dir))))
(DBG "Exiting")
(exit-lisp 0)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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