Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/make/unit-tests Increase the resource limit so these...
details: https://anonhg.NetBSD.org/src/rev/8f29fea706e9
branches: trunk
changeset: 366618:8f29fea706e9
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Jun 02 07:34:39 2022 +0000
description:
Increase the resource limit so these tests pass on hppa.
LGTM from Roland
diffstat:
usr.bin/make/unit-tests/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 3d106ea09b97 -r 8f29fea706e9 usr.bin/make/unit-tests/Makefile
--- a/usr.bin/make/unit-tests/Makefile Thu Jun 02 07:31:35 2022 +0000
+++ b/usr.bin/make/unit-tests/Makefile Thu Jun 02 07:34:39 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.316 2022/05/23 22:33:56 rillig Exp $
+# $NetBSD: Makefile,v 1.317 2022/06/02 07:34:39 skrll Exp $
#
# Unit tests for make(1)
#
@@ -670,7 +670,7 @@
MAKE_TEST_ENV+= TMPDIR=${TMPDIR}
.if ${.MAKE.OS} == "NetBSD"
-LIMIT_RESOURCES?= ulimit -v 200000
+LIMIT_RESOURCES?= ulimit -v 300000
.endif
LIMIT_RESOURCES?= :
Home |
Main Index |
Thread Index |
Old Index