From 74600748d92cc8547f4d0dafa3c146b37a4d8285 Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Thu, 7 May 2020 06:45:08 -0400 Subject: [PATCH] Specify log file location --- .github/workflows/site-small.rkt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/site-small.rkt b/.github/workflows/site-small.rkt index 55b2e8606c..1d3ccb73ca 100644 --- a/.github/workflows/site-small.rkt +++ b/.github/workflows/site-small.rkt @@ -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") ".")