openbsd-ports/devel/glib2/patches/patch-tests_Makefile_in
ajacoutot 6d0633ffce Bugfix update to glib2-2.26.1.
Amongst other things, fixes an issue with GSettings on big endian.
2010-11-14 15:56:55 +00:00

23 lines
980 B
Plaintext

$OpenBSD: patch-tests_Makefile_in,v 1.18 2010/11/14 15:56:55 ajacoutot Exp $
--- tests/Makefile.in.orig Sun Nov 14 07:02:03 2010
+++ tests/Makefile.in Sun Nov 14 16:14:34 2010
@@ -640,8 +640,7 @@ test_programs = \
thread-test \
threadpool-test \
type-test \
- unicode-caseconv \
- unicode-encoding
+ unicode-caseconv
test_scripts = run-collate-tests.sh run-assert-msg-test.sh
test_script_support_programs = unicode-collate
@@ -1404,7 +1403,7 @@ test: test-nonrecursive
# test-nonrecursive: run tests only in cwd
test-nonrecursive: ${TEST_PROGS}
-@OS_UNIX_TRUE@ @test -z "${TEST_PROGS}" || MALLOC_CHECK_=2 MALLOC_PERTURB_=$$(($${RANDOM:-256} % 256)) ${GTESTER} --verbose ${TEST_PROGS}
+@OS_UNIX_TRUE@ @test -z "${TEST_PROGS}" || MALLOC_CHECK_=2 MALLOC_PERTURB_=$$(($${RANDOM:-256} % 256)) ${GTESTER} -k --verbose ${TEST_PROGS}
# test-report: run tests in subdirs and generate report
# perf-report: run tests in subdirs with -m perf and generate report