200c7854a4
This (and the related 20 to 30 updates) has been tested twice in a bulk by landry@, thanks! Runtime testing by myself under heavy GNOME usage...
13 lines
726 B
Plaintext
13 lines
726 B
Plaintext
$OpenBSD: patch-glib_tests_Makefile_in,v 1.3 2011/03/07 19:17:14 ajacoutot Exp $
|
|
--- glib/tests/Makefile.in.orig Fri Feb 18 16:22:01 2011
|
|
+++ glib/tests/Makefile.in Sat Feb 26 10:30:29 2011
|
|
@@ -1050,7 +1050,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
|