Skip to content

"helper.py reproduce" fails with AttributeError #3229

@rlohning

Description

@rlohning

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?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions