From b9c42580676c0b130d3de38305a5ef18cb5e441a Mon Sep 17 00:00:00 2001 From: Prabhu Ramachandran Date: Sat, 12 Nov 2011 23:46:12 +0530 Subject: ENH/BUG: Python server bug and user directory The Python server was not setting the effective gid. There was also a bug in that traceback was not imported. Added option so that the python server chdirs to a user specific directory in order that a user can save files which could be used as part of the test. --- output/README.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 output/README.txt (limited to 'output/README.txt') diff --git a/output/README.txt b/output/README.txt new file mode 100644 index 0000000..3163ed4 --- /dev/null +++ b/output/README.txt @@ -0,0 +1,4 @@ +This directory contains files generated/saved by users as per their +username. The test executor will chdir into this user directory for each +user when they run the test. Do not delete this directory and ensure that +it is writeable by all. \ No newline at end of file -- cgit