aboutsummaryrefslogtreecommitdiff
path: root/test-suite/output/BadOptionValueType.v
AgeCommit message (Collapse)Author
2020-04-03Improve error messages for Set and Unset commands.Théo Zimmermann
In particular, the error messages do not mention anymore the notion of bool-valued options, since these are documented as flags and work quite differently from the rest of options.
2018-07-26Add information to option type errorsTej Chajed
Print the expected and actual types for the option value (which is one of bool, int, or string).