projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38d8a12
)
test: drop the missed || exit 1 expression
author
Frantisek Sumsal
<frantisek@sumsal.cz>
Sat, 10 Aug 2019 14:05:07 +0000
(16:05 +0200)
committer
Frantisek Sumsal
<frantisek@sumsal.cz>
Sun, 11 Aug 2019 07:38:49 +0000
(09:38 +0200)
...as we've already done in the rest of the testsuite, see
cc469c3dfc398210f38f819d367e68646c71d8da
test/TEST-36-NUMAPOLICY/test.sh
patch
|
blob
|
history
diff --git
a/test/TEST-36-NUMAPOLICY/test.sh
b/test/TEST-36-NUMAPOLICY/test.sh
index f0a321e7a16a94094664e6aedd6bf11d922ddd06..3b3b120423b5c65d9c11265d941e7064ac7831eb 100755
(executable)
--- 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"
@@
-41,7
+42,7
@@
EOF
cp testsuite.sh $initdir/
setup_testsuite
- )
|| return 1
+ )
setup_nspawn_root
ddebug "umount $TESTDIR/root"