Changeset 99c61f9 in mod_gnutls for test/runtest.py
- Timestamp:
- Jan 28, 2020, 3:37:37 AM (12 months ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- e46d203
- Parents:
- c5f8e85
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/runtest.py
rc5f8e85 r99c61f9 118 118 apache = ApacheService(config=os.path.join(testdir, 'apache.conf'), 119 119 pidfile=f'apache2{pidaffix}.pid', 120 valgrind_log=valgrind_log) 120 valgrind_log=valgrind_log, 121 valgrind_suppress=args.valgrind_suppressions) 121 122 backend = ApacheService(config=os.path.join(testdir, 'backend.conf'), 122 123 pidfile=f'backend{pidaffix}.pid') … … 221 222 parser.add_argument('--valgrind', action='store_true', 222 223 help='run primary Apache instance with Valgrind') 224 parser.add_argument('--valgrind-suppressions', action='append', 225 default=[], 226 help='use Valgrind suppressions file') 223 227 224 228 # enable bash completion if argcomplete is available
Note: See TracChangeset
for help on using the changeset viewer.