Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asdf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tarn Burton
asdf
Commits
1c6fecf5
Commit
1c6fecf5
authored
11 years ago
by
Francois-Rene Rideau
Browse files
Options
Downloads
Patches
Plain Diff
Tweak tests.
Thanks to Dave Cooper for fix to run-tests.sh instructions on reproducing tests.
parent
c3fea43f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
test/run-tests.sh
+1
-1
1 addition, 1 deletion
test/run-tests.sh
test/test-force.script
+1
-1
1 addition, 1 deletion
test/test-force.script
test/test-logical-pathname.script
+2
-2
2 additions, 2 deletions
test/test-logical-pathname.script
with
4 additions
and
4 deletions
test/run-tests.sh
+
1
−
1
View file @
1c6fecf5
...
@@ -120,7 +120,7 @@ do_tests () {
...
@@ -120,7 +120,7 @@ do_tests () {
echo
"or more interactively (and maybe with rlwrap or in emacs), start with:"
>
&2
echo
"or more interactively (and maybe with rlwrap or in emacs), start with:"
>
&2
echo
"(cd test ;
$icmd
)"
>
&2
echo
"(cd test ;
$icmd
)"
>
&2
echo
"then copy/paste:"
>
&2
echo
"then copy/paste:"
>
&2
echo
"'(#.(load
\"
script-support.lisp
\"
) #.(asdf-test::da) #.(load-asdf) #.(frob-packages) #.(load
\"
$i
\"
))"
>
&2
echo
"'(#.(load
\"
script-support.lisp
\"
) #.(asdf-test::da) #.(load-asdf) #.(frob-packages) #.
(asdf::with-asdf-cache ()
(load
\"
$i
\"
))
)
"
>
&2
fi
fi
echo
>
&2
echo
>
&2
echo
>
&2
echo
>
&2
...
...
This diff is collapsed.
Click to expand it.
test/test-force.script
+
1
−
1
View file @
1c6fecf5
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
(touch-file "file1.lisp" :timestamp date1)
(touch-file "file1.lisp" :timestamp date1)
(touch-file file1 :timestamp date2)
(touch-file file1 :timestamp date2)
(load-system 'test-force)
(load-system 'test-force)
(assert
(
equal (get-file-stamp file1) date2)
)
(assert
-
equal (get-file-stamp file1) date2)
;; forced, it should be later
;; forced, it should be later
(load-system 'test-force :force t)
(load-system 'test-force :force t)
...
...
This diff is collapsed.
Click to expand it.
test/test-logical-pathname.script
+
2
−
2
View file @
1c6fecf5
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
(DBG :logical
(DBG :logical
(logical-pathname-translations "ASDF")
(logical-pathname-translations "ASDF")
(translate-logical-pathname "ASDF:test;test-
forc
e.asd")
(translate-logical-pathname "ASDF:test;test-
logical-pathnam
e.asd")
(truename "ASDF:test;test-
forc
e.asd"))
(truename "ASDF:test;test-
logical-pathnam
e.asd"))
#+xcl (leave-test "GCL 2.6 doesn't do Logical pathnames well enough" 0)
#+xcl (leave-test "GCL 2.6 doesn't do Logical pathnames well enough" 0)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment