summaryrefslogtreecommitdiffstats
path: root/test/TEST-36-NUMAPOLICY
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-09-17 10:54:18 +0200
committerGitHub <noreply@github.com>2019-09-17 10:54:18 +0200
commit69cebea78a07f67436108323138356f99bb69d33 (patch)
tree12dcb06812e659e4b3ff764f02a26a0df7a03ce0 /test/TEST-36-NUMAPOLICY
parentpath: stop watching path specs once we triggered the target unit (diff)
parenttest: drop the missed || exit 1 expression (diff)
downloadsystemd-69cebea78a07f67436108323138356f99bb69d33.tar.xz
systemd-69cebea78a07f67436108323138356f99bb69d33.zip
Merge pull request #13300 from mrc0mmand/test-execreload
test: introduce TEST-37-EXECRELOAD
Diffstat (limited to 'test/TEST-36-NUMAPOLICY')
-rwxr-xr-xtest/TEST-36-NUMAPOLICY/test.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/TEST-36-NUMAPOLICY/test.sh b/test/TEST-36-NUMAPOLICY/test.sh
index 5e775b2d5a..a586f9dc90 100755
--- a/test/TEST-36-NUMAPOLICY/test.sh
+++ b/test/TEST-36-NUMAPOLICY/test.sh
@@ -1,5 +1,6 @@
#!/bin/bash
set -e
+
TEST_DESCRIPTION="test MUMAPolicy= and NUMAMask= options"
TEST_NO_NSPAWN=1
QEMU_OPTIONS="-numa node,nodeid=0"
@@ -39,7 +40,7 @@ EOF
cp testsuite.sh $initdir/
setup_testsuite
- ) || return 1
+ )
setup_nspawn_root
}