Is there a way to turn off nailgun when running sc...
# development
h
Is there a way to turn off nailgun when running scalatest?
h
--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
I was hoping that would let me get a local process execution dir with
--no-process-cleanup
but apparently not?
h
no idea how that code works tbh, but I'm surprised it isn't
h
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
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