openbsd-ports/devel/glib2/patches/patch-glib_tests_Makefile_in
2011-05-21 07:05:09 +00:00

13 lines
726 B
Plaintext

$OpenBSD: patch-glib_tests_Makefile_in,v 1.4 2011/05/21 07:05:09 ajacoutot Exp $
--- glib/tests/Makefile.in.orig Sat May 21 06:15:23 2011
+++ glib/tests/Makefile.in Sat May 21 08:55:08 2011
@@ -1052,7 +1052,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