All of lore.kernel.org
 help / color / mirror / Atom feed
* [MPTCP] [PATCH 1/2] Revert "selftests: settings: tests can be in subsubdirs"
@ 2019-12-13 11:38 Matthieu Baerts
  0 siblings, 0 replies; only message in thread
From: Matthieu Baerts @ 2019-12-13 11:38 UTC (permalink / raw)
  To: mptcp

[-- Attachment #1: Type: text/plain, Size: 1066 bytes --]

This reverts commit ef0a0e4954b360419a75c1428f422263eed29730.

This fix is not applied upstream yet but not really blocking for us, just a bit
annoying. Better to remove it not to depend on KSelftests devs for that.

If you have a way to accelerate the process to have this patch applied
upstream, please do :-)

https://patchwork.kernel.org/patch/11204935/

Signed-off-by: Matthieu Baerts <matthieu.baerts(a)tessares.net>
---

Notes:
    to be squashed in "mptcp: add basic kselftest for mptcp"

 tools/testing/selftests/kselftest/runner.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/kselftest/runner.sh b/tools/testing/selftests/kselftest/runner.sh
index 0d7a89901ef7..84de7bc74f2c 100644
--- a/tools/testing/selftests/kselftest/runner.sh
+++ b/tools/testing/selftests/kselftest/runner.sh
@@ -90,7 +90,7 @@ run_one()
 run_many()
 {
 	echo "TAP version 13"
-	DIR="${PWD#${BASE_DIR}/}"
+	DIR=$(basename "$PWD")
 	test_num=0
 	total=$(echo "$@" | wc -w)
 	echo "1..$total"
-- 
2.24.0

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-12-13 11:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-13 11:38 [MPTCP] [PATCH 1/2] Revert "selftests: settings: tests can be in subsubdirs" Matthieu Baerts

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.