summaryrefslogtreecommitdiff
path: root/tests/cloud_tests/__main__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cloud_tests/__main__.py')
-rw-r--r--tests/cloud_tests/__main__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cloud_tests/__main__.py b/tests/cloud_tests/__main__.py
index ef7d1878..ed654ad3 100644
--- a/tests/cloud_tests/__main__.py
+++ b/tests/cloud_tests/__main__.py
@@ -38,7 +38,7 @@ def run(args):
finally:
# TODO: make this configurable via environ or cmdline
if failed:
- LOG.warn('some tests failed, leaving data in %s', args.data_dir)
+ LOG.warning('some tests failed, leaving data in %s', args.data_dir)
else:
shutil.rmtree(args.data_dir)
return failed