| Message ID | f1d3c918c854ade4978b423865d253899297f372.1575155865.git.dcaratti@redhat.com |
|---|---|
| State | Accepted, archived |
| Delegated to: | Matthieu Baerts |
| Headers | show |
| Series | selftests: remove pcap captures with 'make clean' | expand |
Hi Davide, On 01/12/2019 00:21, Davide Caratti wrote: > use EXTRA_CLEAN variable to ensure that pcap captures are removed with > 'make clean' Good idea! Just applied: - bf5bea6a4d55: "squashed" in "mptcp: add basic kselftest for mptcp" - 04af7732a5cc..55423f0702b6: result Tests/export in progress. Cheers, Matt
diff --git a/tools/testing/selftests/net/mptcp/Makefile b/tools/testing/selftests/net/mptcp/Makefile index 0fc5d45055ee..93de52016dde 100644 --- a/tools/testing/selftests/net/mptcp/Makefile +++ b/tools/testing/selftests/net/mptcp/Makefile @@ -8,4 +8,6 @@ TEST_PROGS := mptcp_connect.sh TEST_GEN_FILES = mptcp_connect +EXTRA_CLEAN := *.pcap + include ../../lib.mk
use EXTRA_CLEAN variable to ensure that pcap captures are removed with 'make clean' Signed-off-by: Davide Caratti <dcaratti@redhat.com> --- Notes: squash-to: "mptcp: add basic kselftest for mptcp" tools/testing/selftests/net/mptcp/Makefile | 2 ++ 1 file changed, 2 insertions(+)