libremesh / lime-sdk

LibreMesh software development kit
http://libremesh.org/
GNU General Public License v3.0
50 stars 36 forks source link

Exit code 1 even when cooking succeeded #13

Closed ilario closed 6 years ago

ilario commented 6 years ago

This is caused by "return 1" in this line being executed both when failing and when succeeding. A problem caused by this is continuous integration failing even if the cooking was ok.

ilario commented 6 years ago

Fixed by merge of #15