On Mon, 29 Jul 2024 15:10:42 -0700 Stanislav Fomichev wrote:
- parser = argparse.ArgumentParser()
- parser.add_argument('--skip-disruptive', default=False, action='store_true', help='skip tests that might be disruptive (e.g. restart the interface)')
- global KSFT_ARGS
- KSFT_ARGS = parser.parse_args()
We pass all other args via env exports, I think we should stick to that, it's easier to integrate with external runners.
FWIW Mohsin is also adding VERBOSE=1 this way: https://lore.kernel.org/all/20240715030723.1768360-1-mohsin.bashr@gmail.com/