git.fiddlerwoaroof.com
fiddlerwoaroof authored on 26/06/2017 23:17:09
Showing 1 changed files
... ...
@@ -38,6 +38,6 @@ install:
38 38
 # determining whether a test suite fails or succeeds.
39 39
 script:
40 40
   - cl -e '(ql:quickload :stream-provider)'
41
-  - cl -e '(ql:quickload :stream-provider.test)
41
+  - cl -e '(ql:quickload :stream-provider.tests)
42 42
            (asdf:test-system :stream-provider)';
43 43
     [ $? -eq 1 ]