[svn r37285] this file describing option is obsolete now
--HG-- branch : trunk
This commit is contained in:
parent
8a240d01f9
commit
73ffa14ac9
|
@ -1,33 +0,0 @@
|
||||||
RSession options:
|
|
||||||
|
|
||||||
class SessionOptions:
|
|
||||||
nice_level - how to nice remote prcesses (RSession)
|
|
||||||
boxing_policy - run with boxes or not (LSession)
|
|
||||||
max_tasks_per_node (RSession)
|
|
||||||
waittime - how long to wait till considering node dead (not fully working,
|
|
||||||
RSession)
|
|
||||||
import_pypy - try to import pypy for regenerating web js (RSession, LSession)
|
|
||||||
|
|
||||||
user provided options:
|
|
||||||
|
|
||||||
startserver - run web server for displaying output (RSession, LSession),
|
|
||||||
implies LSession
|
|
||||||
runbrowser - use webbrowser - implies startserver
|
|
||||||
rest - implies LSession
|
|
||||||
apigen - implies LSession
|
|
||||||
|
|
||||||
other conftest options:
|
|
||||||
|
|
||||||
dist_rsyncroots - RSession
|
|
||||||
disthosts - RSession
|
|
||||||
dist_remotepython - RSession
|
|
||||||
|
|
||||||
various stuff:
|
|
||||||
|
|
||||||
we_are_remote - flag to indicate whether we are in remote process, not
|
|
||||||
available for user.
|
|
||||||
|
|
||||||
options that does not work in L/RSession:
|
|
||||||
|
|
||||||
looponfailing
|
|
||||||
exec
|
|
Loading…
Reference in New Issue