[Pkg-gnupg-commit] [gnupg2] 66/124: tests: Remove debugging remnants.
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Wed Apr 5 15:55:33 UTC 2017
This is an automated email from the git hooks/post-receive script.
dkg pushed a commit to branch experimental
in repository gnupg2.
commit ceb4b245752bb1fb43fde7e99f8d904ab8a9b5e2
Author: Justus Winter <justus at g10code.com>
Date: Mon Mar 20 10:23:55 2017 +0100
tests: Remove debugging remnants.
* tests/gpgme/gpgme-defs.scm (run-python-tests?): Remove 'trace's.
Signed-off-by: Justus Winter <justus at g10code.com>
---
tests/gpgme/gpgme-defs.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/gpgme/gpgme-defs.scm b/tests/gpgme/gpgme-defs.scm
index 0583774..486d1a1 100644
--- a/tests/gpgme/gpgme-defs.scm
+++ b/tests/gpgme/gpgme-defs.scm
@@ -181,4 +181,4 @@
(call-popen `(,python -c "import sys; print('{0}.{1}'.format(sys.version_info[0], sys.version_info[1]))") "")))
(build-path (path-join gpgme-builddir "lang" "python"
(string-append "python" python-version "-gpg"))))
- (trace (file-exists? (trace build-path))))))
+ (file-exists? build-path))))
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git
More information about the Pkg-gnupg-commit
mailing list