Bug #3333
Assertion failure when trying to get unit test help
Status:
New
Priority:
Normal
Assignee:
Category:
testing
Target version:
Affected version - extra info:
also in release-2020 and likely in previous versions
Affected version:
Difficulty:
uncategorized
Description
Assertion failed: Condition: hasFlag(efOption_HasDefaultValue) Current option implementation can only provide default values before assignment
when running
bin/utility-test -h
The GoogleTest specific help options are printed, but not the ones for GROMACS
History
#1 Updated by Paul Bauer 12 months ago
got introduced in 48d253102e8ad5e646394772124f0a7b6896d267
I guess this means we need to implement a different storage for optional and actually set arguments
#2 Updated by Paul Bauer 11 months ago
- Target version changed from 2020.1 to 2021-infrastructure-stable
more likely to get fixed in master, not something critical and I was apparently the only one ever finding this