mirror of
https://github.com/fiddlerwoaroof/data-lens.git
synced 2025-11-08 10:16:32 +00:00
chore(transducers): correct exit code for failing tests
This commit is contained in:
@ -1,3 +1,5 @@
|
|||||||
|
(in-package :asdf-user)
|
||||||
|
|
||||||
(asdf:defsystem #:data-lens
|
(asdf:defsystem #:data-lens
|
||||||
:description #.(format nil "~@{~a~^ ~}"
|
:description #.(format nil "~@{~a~^ ~}"
|
||||||
"Utilities for building data transformations from"
|
"Utilities for building data transformations from"
|
||||||
@ -34,6 +36,7 @@
|
|||||||
:depends-on (:data-lens/beta/transducers
|
:depends-on (:data-lens/beta/transducers
|
||||||
:fiveam)
|
:fiveam)
|
||||||
:serial t
|
:serial t
|
||||||
:perform (test-op (o c) (symbol-call :fiveam '#:run! :data-lens.transducers))
|
:perform (test-op (o c) (unless (symbol-call :fiveam '#:run! :data-lens.transducers)
|
||||||
|
(quit 41)))
|
||||||
:components ((:module "t"
|
:components ((:module "t"
|
||||||
:components ((:file "transducers")))))
|
:components ((:file "transducers")))))
|
||||||
|
|||||||
Reference in New Issue
Block a user