[med-svn] [pftools] 02/02: test script in new location - unfortunately test is failing now.
Andreas Tille
tille at debian.org
Mon Mar 27 20:34:23 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository pftools.
commit a344f8f13e4066323e019582a3b44d2a6e8cfe46
Author: Andreas Tille <tille at debian.org>
Date: Mon Mar 27 22:33:52 2017 +0200
test script in new location - unfortunately test is failing now.
---
debian/rules | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index b0d0071..9da1dce 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,9 +46,9 @@ override_dh_installexamples:
override_dh_auto_test:
dh_auto_test
+ cd data ; \
. ./test.sh | \
sed -e '/^MA/s/\(N_SCORE=[68].5\)0*/\1/' \
- -e '/^DT */d' > test.build
- grep -v '^DT *' test.out > test.compare
+ -e '/^DT */d' > test.build ; \
+ grep -v '^DT *' test.out > test.compare ; \
diff -u test.compare test.build
-
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pftools.git
More information about the debian-med-commit
mailing list