[SCM] Implementation of the FITS WCS standard branch, debian, updated. upstream/4.8.2-46-g97dcc9f
Ole Streicher
debian at liska.ath.cx
Fri Mar 23 15:33:23 UTC 2012
The following commit has been merged in the debian branch:
commit 97dcc9ff2ecae774b9f9f1623650d86f55b04f28
Author: Ole Streicher <debian at liska.ath.cx>
Date: Fri Mar 23 16:32:28 2012 +0100
Only fail if the "C" code failed. Fortran is still tested, however
diff --git a/debian/patches/disable_Ftspx_test.patch b/debian/patches/disable_Ftspx_test.patch
index 98520e3..335362a 100644
--- a/debian/patches/disable_Ftspx_test.patch
+++ b/debian/patches/disable_Ftspx_test.patch
@@ -12,7 +12,7 @@ Description: Disable the Fortran TSPX test. TSPX tests the spectral
-@ echo '------------------------------------------'
-@ cat ./*/test_results
- @ if grep 'FAIL:' ./*/test_results > /dev/null ; then \
-+ @ if grep 'FAIL:' ./*/test_results | grep -v 'Fortran/tspx'> /dev/null ; then \
++ @ if grep 'FAIL:' ./C/test_results > /dev/null ; then \
exit 1 ; \
else \
exit 0 ; \
--
Implementation of the FITS WCS standard
More information about the debian-science-commits
mailing list