diff options
author | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2008-06-29 21:20:21 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2008-06-29 21:20:21 +0530 |
commit | 0dca0edb2dbda4b7787039d21a08854e7970587a (patch) | |
tree | 0c2848d7f00e51661bc7e00ebe3145b00ea969ab | |
parent | * Job metadata: (diff) | |
download | autotua-0dca0edb2dbda4b7787039d21a08854e7970587a.tar.gz autotua-0dca0edb2dbda4b7787039d21a08854e7970587a.tar.bz2 autotua-0dca0edb2dbda4b7787039d21a08854e7970587a.zip |
leetle bug pointed out by armin76 ;p
-rwxr-xr-x | slave/test_modules.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slave/test_modules.py b/slave/test_modules.py index 425370d..0775407 100755 --- a/slave/test_modules.py +++ b/slave/test_modules.py @@ -12,7 +12,7 @@ import os.path as osp from autotua import chroot, fetch, sync tmpdir = '/tmp' -#modules = [job, 'fetch', 'sync', 'chroot'] +#modules = ['job', 'fetch', 'sync', 'chroot'] if 'fetch' in modules: job = autotua.Jobs().getjobs()[0] |