xamarin-macios/tests/xtro-sharpie/xtro-report
Rolf Bjarne Kvinge 8b7db1382d
[xtro] Only return 1 in case of failure in reporter. (#4877)
This solves two problems:

* xharness thinks it crashed if the exit code is neither 0 nor 1, and
  helpfully says so and tries to collect crash reports, which only ends up
  being confusing.

* The exit code is byte-sized on macOS. This means that trying to return 256
  actually returns 0 (success).
2018-09-25 20:32:22 +02:00
..
Reporter.cs [xtro] Only return 1 in case of failure in reporter. (#4877) 2018-09-25 20:32:22 +02:00
xtro-report.csproj [xtro] Remove duplicated filter method from reporter and share the new common one 2018-08-21 16:03:37 -04:00