useocl / use

Home of the UML-based Specification Environment (USE)
GNU General Public License v2.0
43 stars 18 forks source link

Resolve build errors on linux #49

Closed h-man2 closed 2 years ago

h-man2 commented 2 years ago

When run on linux, the integration tests failed because of additonal whitespaces.

In this PR the following changes have been implemented:

Ignore whitespace-only diffs

If the expected and actual output of an integrationtest only differ in whitespace changes the test does not fail.

Improved output of diffa

The output was somehow enriched with more detail

Build on Linux

Pipeline is now run on linux.