Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: installed tests should use TAP #182

Merged
merged 1 commit into from
Apr 2, 2020
Merged

tests: installed tests should use TAP #182

merged 1 commit into from
Apr 2, 2020

Conversation

rossburton
Copy link
Contributor

The GNOME installed tests system expects the test output to be TAP:

"The key Output (if specified) can only take one value at present, which is TAP. This specifies that the test outputs Test Anything Protocol."
(https://wiki.gnome.org/Initiatives/GnomeGoals/InstalledTests)

Export MUTEST_OUTPUT=tap so this is the case.

Fixes #...

Proposed changes:

  • ...

Benchmark results:

  • Before: ...
  • After: ...

Test suite changes:

  • ...

tests/gen-installed-test.py Outdated Show resolved Hide resolved
The GNOME installed tests system expects the test output to be TAP:

"The key Output (if specified) can only take one value at present, which is TAP. This specifies that the test outputs Test Anything Protocol."
(https://wiki.gnome.org/Initiatives/GnomeGoals/InstalledTests)

Export MUTEST_OUTPUT=tap so this is the case.
@ebassi ebassi merged commit a3e0dfc into ebassi:master Apr 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants