From 7e18c2f4c0cdeb99a807b2f1e8b94f6af99a29c0 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 28 Aug 2017 23:35:10 -0400 Subject: [bug] assert vpn management folder exists --- tests/functional/features/environment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/functional/features/environment.py b/tests/functional/features/environment.py index c92a39d0..be7404c0 100644 --- a/tests/functional/features/environment.py +++ b/tests/functional/features/environment.py @@ -108,7 +108,7 @@ def _save_config(context, step): shutil.copytree(get_path_prefix(), filepath) except OSError: pass - print('copied config to: file://%s' % filepath) + print('copied config folder to: file://%s' % filepath) def _artifact_path(step, filename=''): -- cgit v1.2.3