13 lines
723 B
Plaintext
13 lines
723 B
Plaintext
$OpenBSD: patch-gio_tests_Makefile_in,v 1.2 2010/11/14 15:56:55 ajacoutot Exp $
|
|
--- gio/tests/Makefile.in.orig Sun Nov 14 07:01:57 2010
|
|
+++ gio/tests/Makefile.in Sun Nov 14 16:14:34 2010
|
|
@@ -1548,7 +1548,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
|