diff options
author | Justus Winter <justus@g10code.com> | 2017-03-20 10:23:55 +0100 |
---|---|---|
committer | Justus Winter <justus@g10code.com> | 2017-03-20 14:36:36 +0100 |
commit | ceb4b245752bb1fb43fde7e99f8d904ab8a9b5e2 (patch) | |
tree | 90dd1df0c89e258db9dcddbb925912f79159182b /tests/gpgme | |
parent | tests: Fail if we cannot create the socket directory. (diff) | |
download | gnupg2-ceb4b245752bb1fb43fde7e99f8d904ab8a9b5e2.tar.xz gnupg2-ceb4b245752bb1fb43fde7e99f8d904ab8a9b5e2.zip |
tests: Remove debugging remnants.
* tests/gpgme/gpgme-defs.scm (run-python-tests?): Remove 'trace's.
Signed-off-by: Justus Winter <justus@g10code.com>
Diffstat (limited to 'tests/gpgme')
-rw-r--r-- | tests/gpgme/gpgme-defs.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gpgme/gpgme-defs.scm b/tests/gpgme/gpgme-defs.scm index 058377475..486d1a1de 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)))) |