Communicating with program

This commit is contained in:
Jay McCarthy 2011-08-08 12:10:26 -06:00
parent 64e41704e8
commit 24899d05cd
2 changed files with 3 additions and 0 deletions

View File

@ -348,6 +348,7 @@
(with-env (["PLTSTDERR" "error"]
["GIT_DIR" (path->string (plt-repository))]
["TMPDIR" (path->string tmp-dir)]
["PLTDRDR" "yes"]
["PATH"
(format "~a:~a"
(path->string

View File

@ -555,6 +555,8 @@
@p{The command-line is always executed with a fresh empty current directory which is removed after the run. But all the files share the same home directory and X server, which are both removed after each push's testing is complete.}
@p{When DrDr runs any command, it sets the @code{PLTDRDR} environment variable. You can use this to change the command's behavior. However, it is preferred that you change the command-line directly.}
@h1{How many files are "tested" concurrently?}
@p{One per core, or @,(number->string (number-of-cpus)).}