diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-09-17 10:54:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-17 10:54:18 +0200 |
commit | 69cebea78a07f67436108323138356f99bb69d33 (patch) | |
tree | 12dcb06812e659e4b3ff764f02a26a0df7a03ce0 /test/TEST-36-NUMAPOLICY | |
parent | path: stop watching path specs once we triggered the target unit (diff) | |
parent | test: drop the missed || exit 1 expression (diff) | |
download | systemd-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-x | test/TEST-36-NUMAPOLICY/test.sh | 3 |
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 } |