]> Cypherpunks repositories - gostls13.git/commit
syscall: skip TestUseCgroupFD if cgroupfs not mounted
authorShengjing Zhu <zsj950618@gmail.com>
Thu, 5 Jan 2023 07:00:25 +0000 (15:00 +0800)
committerGopher Robot <gobot@golang.org>
Fri, 6 Jan 2023 18:22:52 +0000 (18:22 +0000)
commitf721fa3be9bb52524f97b409606f9423437535e8
treea8dc59b389f0343703dabb020212f0effd6808c8
parent76ec91923752f69d2fb20d8b5a2e7963a116ebd6
syscall: skip TestUseCgroupFD if cgroupfs not mounted

When building in schroot (for building Debian package),
the cgroupfs is not mounted in schroot (only sysfs is mounted).

Change-Id: Ieddac7b2f334d58d832f5d84d81af812badf3720
Reviewed-on: https://go-review.googlesource.com/c/go/+/460539
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Heschi Kreinick <heschi@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
src/syscall/exec_linux_test.go