https://pantsbuild.org/ logo
#development
Title
# development
h

happy-kitchen-89482

12/22/2021, 7:15 PM
Is there a way to turn off nailgun when running scalatest?
h

hundreds-father-404

12/22/2021, 7:15 PM
--process-execution-local-enable-nailgun
which should probably be renamed to
--use-nailgun
or just
--nailgun
. And stop marking it advanced, that's more likely to be a CLI arg fwict than a config option
h

happy-kitchen-89482

12/22/2021, 7:18 PM
I was hoping that would let me get a local process execution dir with
--no-process-cleanup
but apparently not?
h

hundreds-father-404

12/22/2021, 7:18 PM
no idea how that code works tbh, but I'm surprised it isn't
h

happy-kitchen-89482

12/22/2021, 7:21 PM
I am too
I would have assumed it was just a regular process
Oh NM this is an InteractiveProcess
👍 1
I had
--debug
on
w

witty-crayon-22786

12/22/2021, 8:19 PM
you’re right that preserving directories is not implemented for nailgun currently though. we’d have to copy the whole thing somewhere, because the same directory is cleaned and reused for all client connections to a particular server