Trying to run
python infra/helper.py reproduce qt readnext testcase-file
fails with:
Traceback (most recent call last):
File "infra/helper.py", line 868, in
sys.exit(main())
File "infra/helper.py", line 187, in main
return reproduce(args)
File "infra/helper.py", line 747, in reproduce
return reproduce_impl(args.project_name, args.fuzzer_name, args.valgrind, args.env_to_add,
AttributeError: 'Namespace' object has no attribute 'env_to_add'
Looks like this attribute is never set or created. Might 2c05fb2 have broken this?