CMUCL does not support exit codes. Thus, an error is raised if the given code is...
[trivial-shell.git] / lift-standard.config
blob83e23dd2b798b5d09dee86a8544e6193ca18d822
1 ;;; configuration for LIFT tests
3 ;; settings
4 (:if-dribble-exists :supersede)
5 (:dribble "trivial-shell.dribble")
6 (:print-length 10)
7 (:print-level 5)
8 (:print-test-case-names t)
10 ;; suites to run
11 (trivial-shell-test)
13 ;; report properties
14 (:report-property :title "Trivial-Shell | Test results")
15 (:report-property :relative-to trivial-shell-test)
17 (:report-property :style-sheet "test-style.css")
18 (:report-property :if-exists :supersede)
19 (:report-property :format :html)
20 (:report-property :name "test-results/test-report")
21 (:report-property :unique-name t)
22 (:build-report)
23 (:report-property :name "website/output/test-report")
24 (:report-property :unique-name nil)
25 (:build-report)
27 (:report-property :format :describe)
28 (:report-property :full-pathname *standard-output*)
29 (:build-report)