--- lift-standard.config.orig 2023-08-21 23:41:28.000000000 +0200 +++ lift-standard.config 2023-08-21 23:42:25.000000000 +0200 @@ -17,17 +17,17 @@ (:report-property :style-sheet "test-style.css") (:report-property :if-exists :supersede) (:report-property :format :html) -(:report-property :name "test-results/test-report.html") +(:report-property :full-pathname "test-results/test-report.html") (:report-property :unique-name t) (:build-report) (:report-property :unique-name t) (:report-property :format :describe) -(:report-property :name "test-results/test-report.txt") +(:report-property :full-pathname "test-results/test-report.txt") (:build-report) (:report-property :format :save) -(:report-property :name "test-results/test-report.sav") +(:report-property :full-pathname "test-results/test-report.sav") (:build-report) (:report-property :format :describe)