summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDick Marinus <dick@mrns.nl>2017-04-29 10:02:15 +0200
committerDick Marinus <dick@mrns.nl>2017-04-29 10:02:15 +0200
commitfb25e4b923c14fc71bc496b45caf78ec2c5124a7 (patch)
treee230b6d23b7c3be76956f980d506a63d641f13ba
parente4d75fcfb6901af25f51261085a3da6ea770553e (diff)
remove debugging logfile
-rw-r--r--tests/features/steps/basic_commands.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/features/steps/basic_commands.py b/tests/features/steps/basic_commands.py
index 5a30e6cf..c63438b9 100644
--- a/tests/features/steps/basic_commands.py
+++ b/tests/features/steps/basic_commands.py
@@ -20,7 +20,6 @@ def step_run_cli(context):
"""
cli_cmd = context.conf.get('cli_command')
context.cli = pexpect.spawnu(cli_cmd, cwd='..')
- context.cli.logfile = open('/tmp/dmtest', 'a')
context.exit_sent = False
context.currentdb = context.conf['dbname']