diff options
| author | bluhm <> | 2026-06-24 12:24:04 +0000 |
|---|---|---|
| committer | bluhm <> | 2026-06-24 12:24:04 +0000 |
| commit | 5459d47002be571a0cdb067b1a28249ae746ca9f (patch) | |
| tree | 1cb02c08460edaea10f92b34d01a6a5353aed04f /src | |
| parent | f9707f7b963592168658da6ac5ca59ddd3d9e967 (diff) | |
| download | openbsd-5459d47002be571a0cdb067b1a28249ae746ca9f.tar.gz openbsd-5459d47002be571a0cdb067b1a28249ae746ca9f.tar.bz2 openbsd-5459d47002be571a0cdb067b1a28249ae746ca9f.zip | |
Test runs out of file descriptors. Increase ulimit number to 256.
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libc/illumos/oclo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/regress/lib/libc/illumos/oclo/Makefile b/src/regress/lib/libc/illumos/oclo/Makefile index 284e49dc73..24d939da15 100644 --- a/src/regress/lib/libc/illumos/oclo/Makefile +++ b/src/regress/lib/libc/illumos/oclo/Makefile | |||
| @@ -1,7 +1,9 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.2 2025/08/09 18:17:42 anton Exp $ | 1 | # $OpenBSD: Makefile,v 1.3 2026/06/24 12:24:04 bluhm Exp $ |
| 2 | 2 | ||
| 3 | .if exists(/usr/local/share/illumos-os-tests) | 3 | .if exists(/usr/local/share/illumos-os-tests) |
| 4 | 4 | ||
| 5 | MAKE := ulimit -n 256; ${MAKE} | ||
| 6 | |||
| 5 | PROGS = oclo | 7 | PROGS = oclo |
| 6 | PROGS += oclo_errors | 8 | PROGS += oclo_errors |
| 7 | PROGS += ocloexec_verify | 9 | PROGS += ocloexec_verify |
