TestScripts was failing with 'exit status 127' because test scripts use 'exec sh -c bd ...' which spawns a shell subprocess that doesn't have access to the script engine's registered bd command. Solution: Add the temp directory containing the built bd binary to the PATH environment variable when running tests, so shell subprocesses can find the bd executable. This fixes the last remaining CI failures. Amp-Thread-ID: https://ampcode.com/threads/T-63ef3a7d-8efe-472d-97ed-6ac95bd8318b Co-authored-by: Amp <amp@ampcode.com>
979 B
979 B