Opened 14 years ago
Closed 14 years ago
#537 closed defect (fixed)
Stalin's tests don't run when using a chicken that's not in $PATH
Reported by: | sjamaan | Owned by: | felix winkelmann |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | extensions | Version: | 4.6.x |
Keywords: | Stalin | Cc: | |
Estimated difficulty: |
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.
Attachments (1)
Change History (2)
Changed 14 years ago by
Attachment: | stalin-pathnames.patch added |
---|
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Derive Chicken bin-path and use that to call Stalin