proycon / foliatools

A number of command-line tools for working with FoLiA (Format for Linguistic Annotation). Includes validators, converters, visualisers, and more.
GNU General Public License v3.0
10 stars 4 forks source link

folivalidator should return a error code 0 on error #9

Closed kosloot closed 4 years ago

kosloot commented 4 years ago

when running: foliavalidator examples/erroneous/set_and_setless_explicit_b.2.1.0.folia.xml there is an error detected (right so!)

But: echo $? 1 This is wrong, it should be 0

kosloot commented 4 years ago

err, I confused myself