quaint-telephone-89068
01/28/2023, 10:45 AMexperimetal_test_shell_command to run a shell-based test using the latest Pants main branch, but the test.sh script is not found.
The BUILD file in question is https://github.com/tdyas/pants-go-testing/blob/main/race/BUILD.
I ran (using scie-pants but also occurs with pants_from_sources script):
% PANTS_SOURCE=../pants pants test race::
11:43:02.85 [INFO] Completed: Running the `experimental_test_shell_command` at `race:racy_test`
11:43:02.85 [ERROR] Completed: Test with shell command - race:racy_test - failed (exit code 127).
race:racy_test: ./test.sh: No such file or directory
ā race:racy_test failed in 0.01s.
pantsbuild/pantsuser
02/03/2023, 6:45 PM