mirror of
https://github.com/systemd/systemd.git
synced 2025-02-09 13:57:42 +03:00
10 lines
187 B
Bash
Executable File
10 lines
187 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
TEST_DESCRIPTION="test MUMAPolicy= and NUMAMask= options"
|
|
TEST_NO_NSPAWN=1
|
|
QEMU_OPTIONS="-numa node,nodeid=0"
|
|
. $TEST_BASE_DIR/test-functions
|
|
|
|
do_test "$@" 36
|