]> git.donarmstrong.com Git - lilypond.git/commit
Run tests only when documentation has been built
authorAnthony Fok <foka@debian.org>
Sun, 29 Jan 2017 11:15:12 +0000 (04:15 -0700)
committerAnthony Fok <foka@debian.org>
Sun, 29 Jan 2017 11:15:12 +0000 (04:15 -0700)
commitdc426c6a50b792d93798d03d112062ebb3f06ec2
tree787df54de090b44a01d5376ba0ffcbb24b3727c9
parent77831141fb83d0a046b0c78f06f8e58bef19ee68
Run tests only when documentation has been built

This was accomplished by splitting override_dh_auto_test into two,
i.e., an empty override_dh_auto_test-arch (hence disabled), and
an override_dh_auto_test-indep where the tests are actually run.

Also fix the check for DEB_BUILD_OPTIONS=nocheck.
Previously, the tests were run only when "nocheck" was defined.
See #760794 for previous discussions.
debian/rules