nexusformat / features

Work on NeXus features and recipes by the NIAC and friends
0 stars 6 forks source link

Update test to fail proplery #22

Closed markbasham closed 7 years ago

markbasham commented 7 years ago

currently the bash loop returns the last return code it executes, it would be nice if it returned the sum of them all.

Hopefully Tobias can apply his bash-fu (or is it foo) to this problem

zjttoefs commented 7 years ago

Okay, will reverse the order: For every feature test every file. That way we can point out features without working example.

zjttoefs commented 7 years ago

@markbasham Either way there will always be a failure in there, because you're guaranteed to test at least one non compliant file. What's the use of the return code?

zjttoefs commented 7 years ago

Summary: Return non-zero when there is at least one feature that works with none of the files.

zjttoefs commented 7 years ago

The looks like it was successful