linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tc-testing: gitignore, delete plugins directory
@ 2022-06-22 12:12 liujing
  2022-06-24 23:30 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: liujing @ 2022-06-22 12:12 UTC (permalink / raw)
  To: jhs
  Cc: xiyou.wangcong, jiri, shuah, netdev, linux-kselftest,
	linux-kernel, liujing

when we modfying kernel, commit it to our environment building. we find a error
that is "tools/testing/selftests/tc-testing/plugins" failed: No such file or directory"

we find plugins directory is ignored in
"tools/testing/selftests/tc-testing/.gitignore", but the plugins directory
is need in "tools/testing/selftests/tc-testing/Makefile"

Signed-off-by: liujing <liujing@cmss.chinamobile.com>
---
 tools/testing/selftests/tc-testing/.gitignore | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/testing/selftests/tc-testing/.gitignore b/tools/testing/selftests/tc-testing/.gitignore
index d52f65de23b4..9fe1cef72728 100644
--- a/tools/testing/selftests/tc-testing/.gitignore
+++ b/tools/testing/selftests/tc-testing/.gitignore
@@ -1,7 +1,6 @@
 # SPDX-License-Identifier: GPL-2.0-only
 __pycache__/
 *.pyc
-plugins/
 *.xml
 *.tap
 tdc_config_local.py
-- 
2.18.2




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] tc-testing: gitignore, delete plugins directory
  2022-06-22 12:12 [PATCH] tc-testing: gitignore, delete plugins directory liujing
@ 2022-06-24 23:30 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-06-24 23:30 UTC (permalink / raw)
  To: liujing
  Cc: jhs, xiyou.wangcong, jiri, shuah, netdev, linux-kselftest, linux-kernel

Hello:

This patch was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Wed, 22 Jun 2022 08:12:37 -0400 you wrote:
> when we modfying kernel, commit it to our environment building. we find a error
> that is "tools/testing/selftests/tc-testing/plugins" failed: No such file or directory"
> 
> we find plugins directory is ignored in
> "tools/testing/selftests/tc-testing/.gitignore", but the plugins directory
> is need in "tools/testing/selftests/tc-testing/Makefile"
> 
> [...]

Here is the summary with links:
  - tc-testing: gitignore, delete plugins directory
    https://git.kernel.org/netdev/net-next/c/1da9e27415bf

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-24 23:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-22 12:12 [PATCH] tc-testing: gitignore, delete plugins directory liujing
2022-06-24 23:30 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).