Opened 13 years ago

Closed 13 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)

stalin-pathnames.patch (392 bytes) - added by sjamaan 13 years ago.
Derive Chicken bin-path and use that to call Stalin

Download all attachments as: .zip

Change History (2)

Changed 13 years ago by sjamaan

Attachment: stalin-pathnames.patch added

Derive Chicken bin-path and use that to call Stalin

comment:1 Changed 13 years ago by felix winkelmann

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.