[debian-edu-commits] debian-edu/ 04/05: Fix test suite patch.
Dominik George
natureshadow-guest at moszumanska.debian.org
Tue Jan 16 11:19:55 UTC 2018
This is an automated email from the git hooks/post-receive script.
natureshadow-guest pushed a commit to branch master
in repository sdaps.
commit 5d22455a4fd987b60a2db11a0a0eee8d08e7c7bf
Author: Dominik George <nik at naturalnet.de>
Date: Tue Jan 16 12:10:53 2018 +0100
Fix test suite patch.
---
debian/patches/fix_tests.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/patches/fix_tests.patch b/debian/patches/fix_tests.patch
index 57c413d..aa375e2 100644
--- a/debian/patches/fix_tests.patch
+++ b/debian/patches/fix_tests.patch
@@ -14,7 +14,7 @@ Bug: https://github.com/sdaps/sdaps/issues/119
+ # This ignores the title and survey_id; for whatever reason the \LaTeX
# is written out differently with newer latex versions.
- diff -I '^title' "$j" "$i/info" && success=1 || error=1
-+ diff -I '^(title|survey_id)' "$j" "$i/info" && success=1 || error=1
++ diff -I '^title' -I '^survey_id' "$j" "$i/info" && success=1 || error=1
done
if [ $success -eq 0 -a $error -ne 0 ]; then
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/sdaps.git
More information about the debian-edu-commits
mailing list