openbsd-ports/x11/gnome/libsecret/patches/patch-libsecret_tests_Makefile_in
2012-08-06 14:39:42 +00:00

13 lines
553 B
Plaintext

$OpenBSD: patch-libsecret_tests_Makefile_in,v 1.2 2012/08/06 14:39:42 ajacoutot Exp $
--- libsecret/tests/Makefile.in.orig Mon Aug 6 15:16:09 2012
+++ libsecret/tests/Makefile.in Mon Aug 6 15:47:25 2012
@@ -1023,7 +1023,7 @@ test-js:
@for js in $(JS_TESTS); do echo "TEST: $$js"; $(JS_ENV) gjs $(srcdir)/$$js; done
test-py:
- @for py in $(PY_TESTS); do echo "TEST: $$py"; $(PY_ENV) python $(srcdir)/$$py; done
+ @for py in $(PY_TESTS); do echo "TEST: $$py"; $(PY_ENV) ${MODPY_BIN} $(srcdir)/$$py; done
test: test-c test-py test-js test-vala