test --write with verbose flag on

This commit is contained in:
Alan Hamlett 2016-09-01 12:47:54 +02:00
parent f9cd857d90
commit bcbf9e869f
1 changed files with 1 additions and 1 deletions

View File

@ -736,7 +736,7 @@ class MainTestCase(utils.TestCase):
entity = os.path.realpath(os.path.join(tempdir, 'emptyfile.txt'))
now = u(int(time.time()))
args = ['--file', entity, '--key', '123', '--write',
args = ['--file', entity, '--key', '123', '--write', '--verbose',
'--config', 'tests/samples/configs/good_config.cfg', '--time', now]
retval = execute(args)