[lxc-devel] [lxcfs/master] tests: Silence build output

stgraber on Github lxc-bot at linuxcontainers.org
Wed Mar 18 16:15:05 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 355 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200318/64e32bfb/attachment.bin>
-------------- next part --------------
From 8b1fee8153008248497203e1a23495b9e0f67585 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Wed, 18 Mar 2020 12:14:43 -0400
Subject: [PATCH] tests: Silence build output
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 tests/test_reload.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test_reload.sh b/tests/test_reload.sh
index 9a4a9d0..6fc3895 100755
--- a/tests/test_reload.sh
+++ b/tests/test_reload.sh
@@ -70,7 +70,7 @@ cat ${testdir}/proc/uptime
   make -s liblxcfstest.la
   gcc -shared -fPIC -DPIC -Wl,-soname,liblxcfs.so .libs/liblxcfstest_la-*.o cgroups/.libs/liblxcfstest_la-*.o -lpthread -pthread -o .libs/liblxcfstest.so
   cp .libs/liblxcfstest.* "${libdir}"
-)
+) > /dev/null
 rm -f ${libdir}/liblxcfs.so* ${libdir}/liblxcfs.la
 cp ${libdir}/liblxcfstest.so ${libdir}/liblxcfs.so
 


More information about the lxc-devel mailing list