[med-svn] [falcon] 01/02: autopkgtest: work around failure caused by trying to use /tmp while running in /tmp
Afif Elghraoui
afif at moszumanska.debian.org
Tue Jan 24 07:30:44 UTC 2017
This is an automated email from the git hooks/post-receive script.
afif pushed a commit to branch master
in repository falcon.
commit 6b0b740f5f967a1ae9bbbdc2b0d2f5cbe031ea4a
Author: Afif Elghraoui <afif at debian.org>
Date: Mon Jan 23 22:15:54 2017 -0800
autopkgtest: work around failure caused by trying to use /tmp while running in /tmp
See https://github.com/PacificBiosciences/FALCON-integrate/issues/122
---
debian/tests/control | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/tests/control b/debian/tests/control
index 916ebd0..6b21698 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -10,6 +10,7 @@ Test-Command:
cp -r /usr/share/doc/falcon/examples/* $ADTTMP
&& cd $ADTTMP;
find -name "*.gz" -exec gunzip {} +;
+ find -name fc_run.cfg -exec sed -i /use_tmpdir/s/true/false/ {} +;
make full-test
Depends: @, make
Restrictions: allow-stderr
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/falcon.git
More information about the debian-med-commit
mailing list