From e118003dd66c504f70443c20d6213ae57da4e45c Mon Sep 17 00:00:00 2001 From: Irina Truong Date: Fri, 13 Oct 2017 10:37:00 -0700 Subject: Use ctrl + c instead of ctrl + u to clean up command line after tests. --- tests/features/environment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/features/environment.py b/tests/features/environment.py index 63f65c70..de9995b5 100644 --- a/tests/features/environment.py +++ b/tests/features/environment.py @@ -144,7 +144,7 @@ def after_scenario(context, _): '{0}> '.format(dbname), timeout=5 ) - context.cli.sendcontrol('u') + context.cli.sendcontrol('c') context.cli.sendcontrol('d') context.cli.expect_exact(pexpect.EOF, timeout=5) -- cgit v1.2.3