raco test: fix --process
without --fresh-user
original commit: 85c8f271cb
This commit is contained in:
parent
4e8f41dcaf
commit
7117fd4e2c
|
@ -208,6 +208,7 @@
|
||||||
[current-custodian c]
|
[current-custodian c]
|
||||||
[current-environment-variables (environment-variables-copy
|
[current-environment-variables (environment-variables-copy
|
||||||
(current-environment-variables))])
|
(current-environment-variables))])
|
||||||
|
(when fresh-user?
|
||||||
(environment-variables-set! (current-environment-variables)
|
(environment-variables-set! (current-environment-variables)
|
||||||
#"PLTUSERHOME"
|
#"PLTUSERHOME"
|
||||||
(path->bytes tmp-dir))
|
(path->bytes tmp-dir))
|
||||||
|
@ -216,7 +217,7 @@
|
||||||
(path->bytes tmp-dir))
|
(path->bytes tmp-dir))
|
||||||
(environment-variables-set! (current-environment-variables)
|
(environment-variables-set! (current-environment-variables)
|
||||||
#"PLTADDONDIR"
|
#"PLTADDONDIR"
|
||||||
(path->bytes (find-system-path 'addon-dir)))
|
(path->bytes (find-system-path 'addon-dir))))
|
||||||
(apply process*/ports
|
(apply process*/ports
|
||||||
stdout
|
stdout
|
||||||
stdin
|
stdin
|
||||||
|
|
Loading…
Reference in New Issue
Block a user