Specify log file location

This commit is contained in:
Sam Tobin-Hochstadt 2020-05-07 06:45:08 -04:00
parent 97e66c86f5
commit 74600748d9

View File

@ -29,10 +29,12 @@
#:fail-on-client-failures #f
(machine #:name "Racket BC (Ubuntu 18.04, x86_64)"
#:versionless? #true
#:log-file "racket_bc_ubuntu18.04.txt"
#:j 2)
(machine #:name "Racket CS (Ubuntu 18.04, x86_64)"
;; can't use the pre-built Racket with Racket CS
#:versionless? #true
#:log-file "racket_cs_ubuntu18.04.txt"
#:dir "cs_build"
#:j 2
#:repo (or (getenv "HERE") ".")