diff options
author | Prabhu Ramachandran | 2011-11-12 23:46:12 +0530 |
---|---|---|
committer | Prabhu Ramachandran | 2011-11-12 23:46:12 +0530 |
commit | b9c42580676c0b130d3de38305a5ef18cb5e441a (patch) | |
tree | 354a20f9db8e76f621f51bed71208237d9fa2dae /output | |
parent | fb31dcc7693395c9856fb19c3e867fbfa2e9b4f8 (diff) | |
download | online_test-b9c42580676c0b130d3de38305a5ef18cb5e441a.tar.gz online_test-b9c42580676c0b130d3de38305a5ef18cb5e441a.tar.bz2 online_test-b9c42580676c0b130d3de38305a5ef18cb5e441a.zip |
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.
Diffstat (limited to 'output')
-rw-r--r-- | output/README.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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 |