[PATCH] D111252: [llvm] [Support] [Debuginfo] Add http and debuginfod client libraries and llvm-debuginfod-find tool
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 19 17:55:47 PDT 2021
phosek added inline comments.
================
Comment at: llvm/test/tools/llvm-debuginfod/client-server-test.py:57-108
+ parser = argparse.ArgumentParser(
+ description='Test client(s) and server(s) against each other. '
+ 'Start servers first in the specified order, then '
+ 'wait for client-delay before starting clients in '
+ 'the specified order. Fails the test if any client'
+ ' has a nonzero exit code.')
+
----------------
I'd move this to a `main` function which is more conventional.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111252/new/
https://reviews.llvm.org/D111252
More information about the llvm-commits
mailing list