more verbose message

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-08-10 01:34:36 -04:00
parent e1b1371bfb
commit 2eb861290a
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 2 additions and 1 deletions

View File

@ -4,4 +4,5 @@
that:
- cont_mem_limit > geth_cache
fail_msg: 'Memory limit cant be lower than cache: {{ cont_mem_limit }} > {{ geth_cache }}'
success_msg: 'Memory limit is higher than cache size'
success_msg: 'Memory limit is higher than cache size: {{ cont_mem_limit }} > {{ geth_cache }}'
quiet: true