Module Name: src
Committed By: skrll
Date: Thu Jun 2 07:34:40 UTC 2022
Modified Files:
src/usr.bin/make/unit-tests: Makefile
Log Message:
Increase the resource limit so these tests pass on hppa.
LGTM from Roland
To generate a diff of this commit:
cvs rdiff -u -r1.316 -r1.317 src/usr.bin/make/unit-tests/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/make/unit-tests/Makefile
diff -u src/usr.bin/make/unit-tests/Makefile:1.316 src/usr.bin/make/unit-tests/Makefile:1.317
--- src/usr.bin/make/unit-tests/Makefile:1.316 Mon May 23 22:33:56 2022
+++ src/usr.bin/make/unit-tests/Makefile Thu Jun 2 07:34:39 2022
@@ -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+= MALLOC_CONF="junk:true"
MAKE_TEST_ENV+= TMPDIR=${TMPDIR}
.if ${.MAKE.OS} == "NetBSD"
-LIMIT_RESOURCES?= ulimit -v 200000
+LIMIT_RESOURCES?= ulimit -v 300000
.endif
LIMIT_RESOURCES?= :