]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - test/TEST-36-NUMAPOLICY/test.sh
test: drop redirection to tty in integration tests
[thirdparty/systemd.git] / test / TEST-36-NUMAPOLICY / test.sh
index 5e775b2d5ad00b1aacd43838e5998da1c2bac5dc..14cbe5f3860af6b96cc15f6c1bf929be25cad34f 100755 (executable)
@@ -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"
@@ -32,14 +33,11 @@ Description=Testsuite service
 [Service]
 ExecStart=/bin/bash -x /testsuite.sh
 Type=oneshot
-StandardOutput=tty
-StandardError=tty
-NotifyAccess=all
 EOF
         cp testsuite.sh $initdir/
 
         setup_testsuite
-    ) || return 1
+    )
     setup_nspawn_root
 }