<#18110 `experimetal_test_shell_command` cannot fi...
# github-notifications
q
#18110 `experimetal_test_shell_command` cannot find test script Issue created by tdyas I was trying to use
experimetal_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):
Copy code
% 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/pants