1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-26 14:04:03 +03:00

14 lines
254 B
Bash
Raw Normal View History

#!/usr/bin/env bash
# SPDX-License-Identifier: LGPL-2.1-or-later
2019-03-19 19:54:46 +01:00
set -e
2019-03-19 19:54:46 +01:00
TEST_DESCRIPTION="test OOM killer logic"
TEST_NO_NSPAWN=1
# shellcheck source=test/test-functions
. "${TEST_BASE_DIR:?}/test-functions"
2019-03-19 19:54:46 +01:00
UNIFIED_CGROUP_HIERARCHY=yes
do_test "$@"