Skip to content
Snippets Groups Projects
Commit fbefd4d6 authored by ehuelsmann's avatar ehuelsmann
Browse files

Remove 2 tests which fail when executed from a loading file.

Note these are removed from the test set in DOIT.LSP too.
parent f8352d96
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,12 @@
(rt:disable-note :assume-no-gray-streams))
(in-package :cl-test)
;;; These two tests will misbehave if the tests are being
;;; invoked from a file that is being loaded, so remove them
(when *load-pathname*
(mapc #'regression-test:rem-test '(load-pathname.1 load-truename.1)))
(time (regression-test:do-tests))
#+allegro :exit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment