Summary
Stalin's tests don't run when using a chicken that's not in $PATH
Metadata
- Id: e75276e4c4240ae4104a5469f8d0bfd9301b03de
- Trac id: 537
- Type: defect
- Reporter: sjamaan
- Owner: felix
- Cc:
- Status: closed
- Component: extensions
- Estimated difficulty:
- Resolution: fixed
- Priority: minor
- Milestone:
- Version: 4.6.x
- Changetime: 2011-03-19 18:05:51 UTC
- Created: 2011-03-15 21:41:06 UTC
- Keywords: Stalin
Attachments
- e75276e4c4240ae4104a5469f8d0bfd9301b03de/attachments/stalin-pathnames.patch
Description
$ ~/chicken-test/bin/csi -qb run.scm chicken-stalin -On -k -d1 hello.scm chicken-stalin: not found Error: shell command failed with nonzero exit status 32512: chicken-stalin -On -k -d1 hello.scm
A simple fix is to use setup-api's program-path parameter; see attachment.