From 0dca0edb2dbda4b7787039d21a08854e7970587a Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Sun, 29 Jun 2008 21:20:21 +0530 Subject: leetle bug pointed out by armin76 ;p --- slave/test_modules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- cgit v1.2.3-65-gdbad