workunit: grab 'all' config from the right variable

This commit is contained in:
Josh Durgin 2012-06-11 12:31:22 -07:00
parent 8af8d0e20c
commit 5792f13725

View File

@ -69,7 +69,7 @@ def task(ctx, config):
all_spec = True
if all_spec:
all_tasks = config["all"]
all_tasks = clients["all"]
_spawn_on_all_clients(ctx, all_tasks, config.get('env'))
def _make_scratch_dir(ctx, role):