[Python-modules-commits] [cf-python] 01/04: Remove copying of test_file.nc.
Klaus Zimmermann
zklaus-guest at moszumanska.debian.org
Fri Sep 16 14:37:30 UTC 2016
This is an automated email from the git hooks/post-receive script.
zklaus-guest pushed a commit to branch master
in repository cf-python.
commit 4c00c8334b36fe0ad48ee21f7009c7b0954723a9
Author: Klaus Zimmermann <klaus_zimmermann at gmx.de>
Date: Fri Sep 16 10:21:05 2016 +0200
Remove copying of test_file.nc.
Signed-off-by: Klaus Zimmermann <klaus_zimmermann at gmx.de>
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 79ccc98..ab53679 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ override_dh_auto_build:
override_dh_auto_test:
dh_auto_test -O--buildsystem=pybuild -- --system=custom \
- --before-test 'cp -R {dir}/test {build_dir}; echo {build_dir}/test >> {home_dir}/build_dirs_to_rm_before_install; cp {dir}/debian/test_file.nc {build_dir}/test' \
+ --before-test 'cp -R {dir}/test {build_dir}; echo {build_dir}/test >> {home_dir}/build_dirs_to_rm_before_install' \
--test-args='cd {build_dir}; {interpreter} test/run_tests.py'
override_dh_installdocs:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/cf-python.git
More information about the Python-modules-commits
mailing list