Hi! I had the impression that the adhoc_tool targe...
# general
c
Hi! I had the impression that the adhoc_tool target is runnable, but it looks like it is not. How would I test it in isolation if "pants run" is not applicable?
c
hah.. eh, as
execution_dependencies
to a
run_shell_command
? kind of kludgy but…
c
Aha, ok, I'll try that!
c
or perhaps as `runnable_dependencies`… I’m a bit hazy on the details how they differ..
c
It's the execution_dependencies. It works, but I can't see any resulting files, that should be placed in the workspace...
Duh, of course, because when running, the files are in the sandbox, need to do "package" on an archive including them, to have them in dist. Thanks for the help!