diff options
author | Vincent Ambo <mail@tazj.in> | 2021-12-15T20·58+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2021-12-15T21·14+0000 |
commit | 75ca24c60a57ab894da4d404755b8b4094284ad8 (patch) | |
tree | b6eac4b7035b3c73f0de8d9a26b04b85386d87e3 /third_party/lisp/trivial-backtrace/lift-standard.config | |
parent | fa73841a4b8bf305e375bdebf0c5b10b3fec4113 (diff) |
chore(3p/lisp): use nixpkgs sources for trivial-backtrace r/3257
Change-Id: If4ee3f9a0afea74759493de14c7f672714739f45 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4341 Autosubmit: tazjin <mail@tazj.in> Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi>
Diffstat (limited to 'third_party/lisp/trivial-backtrace/lift-standard.config')
-rw-r--r-- | third_party/lisp/trivial-backtrace/lift-standard.config | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/third_party/lisp/trivial-backtrace/lift-standard.config b/third_party/lisp/trivial-backtrace/lift-standard.config deleted file mode 100644 index 0f22312080cf..000000000000 --- a/third_party/lisp/trivial-backtrace/lift-standard.config +++ /dev/null @@ -1,35 +0,0 @@ -;;; configuration for LIFT tests - -;; settings -(:if-dribble-exists :supersede) -(:dribble "lift.dribble") -(:print-length 10) -(:print-level 5) -(:print-test-case-names t) - -;; suites to run -(trivial-backtrace-test) - -;; report properties -(:report-property :title "Trivial-Backtrace | Test results") -(:report-property :relative-to trivial-backtrace-test) - -(:report-property :style-sheet "test-style.css") -(:report-property :if-exists :supersede) -(:report-property :format :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 :full-pathname "test-results/test-report.txt") -(:build-report) - -(:report-property :format :save) -(:report-property :full-pathname "test-results/test-report.sav") -(:build-report) - -(:report-property :format :describe) -(:report-property :full-pathname *standard-output*) -(:build-report) |