bsdci / ioc

libioc command line tool for BSD jail management
Other
16 stars 1 forks source link

Properly handle UnknownConfigProperty when reading defaults #25

Closed gronke closed 5 years ago

gronke commented 5 years ago

fixes #24

blocked by https://github.com/bsdci/libioc/pull/686

Expected Result

$ python3.6 . get invalid defaults
The config property 'invalid' is unknown
$ echo $?
1

Prior Result

$ python3.6 . get invalid defaults
The config property 'invalid' is unknown
-
$ echo $?
0