[med-svn] [gwama] 01/01: Fix autopkgtest

Dylan Aïssi bob.dybian-guest at moszumanska.debian.org
Wed Dec 24 05:34:20 UTC 2014


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

bob.dybian-guest pushed a commit to branch master
in repository gwama.

commit bc23eae6f240d013ef2f60de53a26c802ab7c547
Author: Dylan Aïssi <bob.dybian at gmail.com>
Date:   Wed Dec 24 06:34:02 2014 +0100

    Fix autopkgtest
---
 debian/tests/run-sample-analysis | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/debian/tests/run-sample-analysis b/debian/tests/run-sample-analysis
index a725334..a0d2479 100644
--- a/debian/tests/run-sample-analysis
+++ b/debian/tests/run-sample-analysis
@@ -2,7 +2,7 @@
 # http://dep.debian.net/deps/dep8/
 # Autopkgtest: Test if GWAMA run analysis correctly
 # Author: Dylan Aïssi <bob.dybian at gmail.com>
-# Last-Update: 2014-12-18
+# Last-Update: 2014-12-24
 
 pkg=gwama
 if [ "$ADTTMP" = "" ] ; then
@@ -11,14 +11,12 @@ fi
 cd $ADTTMP
 cp -a /usr/share/doc/${pkg}/examples/samples/* $ADTTMP
 
-GWAMA_TEST='GWAMA --filelist "gwama.in" --quantitative'
-
 # Fixed analysis
-$GWAMA_TEST --output "test_fixed" 
+GWAMA --filelist "gwama.in" --quantitative --output "test_fixed" 
 diff test_fixed.out fixed.out
 
 # Random analysis
-$GWAMA_TEST --output "test_random" --random
+GWAMA --filelist "gwama.in" --quantitative --output "test_random" --random
 diff test_random.out random.out
 
 rm -f $ADTTMP/*

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



More information about the debian-med-commit mailing list