diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2017-03-05 20:06:00 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-08-02 00:09:46 -0700 |
commit | 709c98cce39e8fa0c765363c2420f904adc7bf21 (patch) | |
tree | dd640e1dcbac82a008c6b5f5b5978bf0ae2c410e | |
parent | a70647d9fbf0e8524ae2825c64a24427c3fea6ee (diff) | |
download | scm-709c98cce39e8fa0c765363c2420f904adc7bf21.tar.gz scm-709c98cce39e8fa0c765363c2420f904adc7bf21.zip |
re-enable dh auto_test
Upstream fixed a problem with inexact floating point math that was
causing test failures.
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index 5cd060c..ac0b297 100755 --- a/debian/rules +++ b/debian/rules @@ -36,9 +36,6 @@ override_dh_auto_build: cp XlibScm.html Xlibscm.html cp ChangeLog changelog -override_dh_auto_test: - # skip: inexact tests fail; fixed in later upstream version - override_dh_strip: dh_strip --no-automatic-dbgsym |