https://pantsbuild.org/ logo
c

curved-microphone-39455

01/27/2023, 5:29 PM
Just want to confirm if this is a typo?
.pantd.d/pants.log -> .pants.d/pants.log
on the last version of https://www.pantsbuild.org/v2.15/docs/using-pants-in-ci#tip-store-pants-logs-as-artifacts
👍 1
c

curved-television-6568

01/27/2023, 5:33 PM
yup, typo
h

happy-kitchen-89482

01/27/2023, 5:59 PM
I'll fix along with some other docs fixes
Thanks for the heads up!
c

curved-microphone-39455

01/27/2023, 6:00 PM
No problem, I was setting up my CI pipeline and was not sure about the logs! Thanks
p

plain-night-51324

01/27/2023, 7:29 PM
minor issue: https://www.pantsbuild.org/docs/python-test-goal#examples
Copy code
./pants test helloworld/util:
should be
Copy code
./pants test helloworld/util::
I think?
h

happy-kitchen-89482

01/27/2023, 8:01 PM
It's correct but I guess confusing:
./pants test helloworld/util:
runs all the tests in the dir,
./pants test helloworld/util::
runs all the tests in or under the dir. The explanation should be clearer about that than it is, I guess.
🙌 1
It's not common to use the single
:
, admittedly
3 Views