From 73ffa14ac961bba00f5d53d0ffd3805e461985fa Mon Sep 17 00:00:00 2001 From: hpk Date: Wed, 24 Jan 2007 18:24:21 +0100 Subject: [PATCH] [svn r37285] this file describing option is obsolete now --HG-- branch : trunk --- py/test/session-options.txt | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 py/test/session-options.txt diff --git a/py/test/session-options.txt b/py/test/session-options.txt deleted file mode 100644 index a4145d6be..000000000 --- a/py/test/session-options.txt +++ /dev/null @@ -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