Skip to content

Instantly share code, notes, and snippets.

@luksamuk
Last active April 28, 2019 21:17
Show Gist options
  • Save luksamuk/71c3e0a22c1e96e42fc5998b74333280 to your computer and use it in GitHub Desktop.
Save luksamuk/71c3e0a22c1e96e42fc5998b74333280 to your computer and use it in GitHub Desktop.
post-docker-travis-commonlisp1
(ql:quickload :cl-jackc/test)
(in-package :cl-jackc/test)
(rove:run :cl-jackc/test)
(unless (first rove/core/suite:*last-suite-report*)
(uiop:quit -1))
#!/bin/bash
qlot exec ros run -s cl-jackc/test -e "(load \"t/run-tests.lisp\")" --quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment