mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
f9667e633b
Users would like to have the possibility to skip checks for their tests the same way they are skipped within the tests in runc. Not exposing this variable makes it very hard to test components that use this library. To avoid copying-and-pasting the code into outside projects this variable sould be exposed to the users. Signed-off-by: Itamar Holder <iholder@redhat.com>