From 3afc7d9b41139f78c2b54b31cc366a749deb4e26 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Thu, 15 Aug 2013 10:17:32 -0500 Subject: [PATCH] If get_testdir_base() exists, might as well use it... --- teuthology/misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/misc.py b/teuthology/misc.py index bcb09ce3cb..eeb4dc11d6 100644 --- a/teuthology/misc.py +++ b/teuthology/misc.py @@ -29,7 +29,7 @@ def get_testdir(ctx): if 'test_path' in ctx.teuthology_config: return ctx.teuthology_config['test_path'] - basedir = ctx.teuthology_config.get('base_test_dir', '/home/ubuntu/cephtest') + basedir = get_testdir_base(ctx) global global_jobid global checked_jobid -- 2.39.5