[med-svn] [bedtools] 07/08: Hmmmm, try to replace check ba plain diff since the '|| true' trick is not doing the right job

Andreas Tille tille at debian.org
Sat Jan 14 17:51:08 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository bedtools.

commit 10601add2a734b6b1217326b27624b7d82007b85
Author: Andreas Tille <tille at debian.org>
Date:   Sat Jan 14 18:16:29 2017 +0100

    Hmmmm, try to replace check ba plain diff since the '|| true' trick is not doing the right job
---
 debian/patches/do_not_let_random_failure_tests_fail.patch | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/patches/do_not_let_random_failure_tests_fail.patch b/debian/patches/do_not_let_random_failure_tests_fail.patch
index 023ee6c..93f1f6b 100644
--- a/debian/patches/do_not_let_random_failure_tests_fail.patch
+++ b/debian/patches/do_not_let_random_failure_tests_fail.patch
@@ -23,7 +23,7 @@ Description: Ignore failures in the split feature for the moment
  _tmp.00010.bed	9943531	200" > exp
  ${BT} split -i tmp.bed -p _tmp -n 50 -a size | head > _tmp.size.tsv
 -check exp _tmp.size.tsv
-+check exp _tmp.size.tsv || true
++diff exp _tmp.size.tsv || true
  
  
  echo "    split.02.simple...\c"
@@ -32,7 +32,7 @@ Description: Ignore failures in the split feature for the moment
  _tmp.00010.bed	9991229	200" > exp
  ${BT} split -i tmp.bed -p _tmp -n 50 -a simple | head > _tmp.simple.tsv
 -check exp _tmp.simple.tsv
-+check exp _tmp.simple.tsv || true
++diff exp _tmp.simple.tsv || true
  
  echo "    spliit.03.simple...\c"
  rm -f _tmp.*.bed
@@ -41,7 +41,7 @@ Description: Ignore failures in the split feature for the moment
  _tmp.00010.bed	633012	10" > exp
  ${BT} split -i tmp.bed -p _tmp -n 1000 -a simple | head > _tmp.simple.tsv
 -check exp _tmp.simple.tsv
-+check exp _tmp.simple.tsv || true
++diff exp _tmp.simple.tsv || true
  
  
  

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/bedtools.git



More information about the debian-med-commit mailing list