aboutsummaryrefslogtreecommitdiff
path: root/debian/tests/compile-and-tests.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'debian/tests/compile-and-tests.lisp')
-rw-r--r--debian/tests/compile-and-tests.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/tests/compile-and-tests.lisp b/debian/tests/compile-and-tests.lisp
index 57fe51d..b2167b1 100644
--- a/debian/tests/compile-and-tests.lisp
+++ b/debian/tests/compile-and-tests.lisp
@@ -11,7 +11,7 @@
;; whether any tests failed. We have to switch the package back and forth as
;; CL-USER has no *CONSFIG*.
(let ((*package* (find-package :consfigurator/tests)))
- (unless (consfigurator/tests::do-tests)
+ (unless (consfigurator/tests::runner)
(uiop:quit 2)))
(fresh-line)