Changeset cfb43fc in mod_gnutls for test/mgstest
- Timestamp:
- Jan 29, 2020, 7:44:40 AM (13 months ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- 1d778ce
- Parents:
- 7c89e8a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/mgstest/services.py
r7c89e8a rcfb43fc 165 165 valgrind = os.environ.get('VALGRIND', 'valgrind') 166 166 suppress = [f'--suppressions={s}' for s in valgrind_suppress] 167 start_cmd = [valgrind, '- s', '--leak-check=full',167 start_cmd = [valgrind, '-v', '--leak-check=full', 168 168 '--keep-debuginfo=yes', 169 169 '--track-origins=yes', '--vgdb=no',
Note: See TracChangeset
for help on using the changeset viewer.