[med-svn] [pipasic] 02/03: Specify output file properly (even if the code now can deal with this)
Andreas Tille
tille at debian.org
Fri Oct 2 11:22:43 UTC 2015
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository pipasic.
commit 490e4d84810766377a450cbafaff203f2848c62e
Author: Andreas Tille <tille at debian.org>
Date: Fri Oct 2 15:20:51 2015 +0200
Specify output file properly (even if the code now can deal with this)
---
debian/tests/run-unit-test | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test
index ca631f2..3055f49 100644
--- a/debian/tests/run-unit-test
+++ b/debian/tests/run-unit-test
@@ -10,9 +10,9 @@ cp -a /usr/share/doc/$pkg/examples/* $ADTTMP
# present example dir similar to original to stick to example syntax if wanted
ln -s /var/lib/pipasic/spectra data
ln -s /var/lib/pipasic/proteome ref
-# pipasic dataset species1,species2 -s data/ -d ref/ -I -o test_results/ -V
+# pipasic dataset species1,species2 -s data/ -d ref/ -I -o test_results -V
# code was set to default spectra dir /var/lib/pipasic/spectra - so we can drop the -s option
-# pipasic dataset species1,species2 -d ref/ -I -o test_results/ -V
+# pipasic dataset species1,species2 -d ref/ -I -o test_results -V
# code was set to default proteome dir /var/lib/pipasic/proteome - so we can drop the -s option
-pipasic dataset species1,species2 -I -o test_results/ -V
+pipasic dataset species1,species2 -I -o test_results -V
# rm -rf *
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pipasic.git
More information about the debian-med-commit
mailing list