The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxcfs/pull/80
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === to get it into the make dist tarball Signed-off-by: Serge Hallyn <[email protected]>
From 524bd74fc518a3480a740bfc95572c9761996e09 Mon Sep 17 00:00:00 2001 From: Serge Hallyn <[email protected]> Date: Mon, 8 Feb 2016 21:23:46 -0800 Subject: [PATCH] add test_reload.sh to extra_dist to get it into the make dist tarball Signed-off-by: Serge Hallyn <[email protected]> --- tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index 71aef6b..69fce08 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -7,4 +7,5 @@ EXTRA_DIST = \ test_proc \ test-read.c \ test_read_proc.sh \ + test_reload.sh \ test_syscalls.c
_______________________________________________ lxc-devel mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-devel
