openbsd-ports/x11/gnome/libsecret/patches/patch-library_tests_Makefile_in
2012-04-16 12:00:25 +00:00

13 lines
535 B
Plaintext

$OpenBSD: patch-library_tests_Makefile_in,v 1.2 2012/04/16 12:00:25 ajacoutot Exp $
--- library/tests/Makefile.in.orig Mon Apr 16 13:48:50 2012
+++ library/tests/Makefile.in Mon Apr 16 13:56:56 2012
@@ -799,7 +799,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