mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
Chibi still wants to run tests in pwd in case we're running snow-tests from the chibi build dir.
This commit is contained in:
parent
ef86d2ff65
commit
9b328359b5
1 changed files with 3 additions and 1 deletions
|
@ -1235,7 +1235,9 @@
|
||||||
;; stray output in the pwd, can be useful for accessing data
|
;; stray output in the pwd, can be useful for accessing data
|
||||||
;; files during testing, and is needed for chicken (see chicken
|
;; files during testing, and is needed for chicken (see chicken
|
||||||
;; trac #736).
|
;; trac #736).
|
||||||
(or (match (with-directory
|
;; For chibi we run from the current directory anyway for the
|
||||||
|
;; sake of running snow-tests from an uninstalled chibi-scheme.
|
||||||
|
(or (match ((if (eq? impl 'chibi) (lambda (dir f) (f)) with-directory)
|
||||||
dir
|
dir
|
||||||
(lambda () (process->output+error+status command)))
|
(lambda () (process->output+error+status command)))
|
||||||
((output error status)
|
((output error status)
|
||||||
|
|
Loading…
Add table
Reference in a new issue