From 5792f137257be01b346cee22e6cc2ee2a1c82c3c Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Mon, 11 Jun 2012 12:31:22 -0700 Subject: [PATCH] workunit: grab 'all' config from the right variable --- teuthology/task/workunit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/task/workunit.py b/teuthology/task/workunit.py index 4221b70630..812e7214c3 100644 --- a/teuthology/task/workunit.py +++ b/teuthology/task/workunit.py @@ -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): -- 2.39.5