diff options
-rw-r--r-- | slave/README | 9 | ||||
-rw-r--r-- | slave/TODO | 1 |
2 files changed, 5 insertions, 5 deletions
diff --git a/slave/README b/slave/README index 13a57ca..0262e80 100644 --- a/slave/README +++ b/slave/README @@ -1,8 +1,7 @@ -- Run scripts/init-autotua-tmpdirs.sh -- Use test_modules.sh to test autotua-slave - * Specify which module to run inside which_tests.py - by defining modules = <list> . (default is fine) -- Everything should preferably be run as root +- Execute modules to test them + Ex: `PYTHONPATH=. python autotua/__init__.py` +- Everything should preferably be run as root. + Although, if you're not using a chroot, you can get away with an unprivileged user. - Need *atleast* Python 2.5 - Export the http_proxy variable for proxy support - The program "connect" is required for git and git+ssh http proxy support @@ -1,4 +1,5 @@ - Structure and API are not final. Expect changes. +- Implement locking for the workdir/chrootdir Long-term: - Custom exceptions plz, kthx. |