]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
selftests: print installation complete message
authorShuah Khan <skhan@linuxfoundation.org>
Thu, 3 Jul 2025 23:17:46 +0000 (17:17 -0600)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 7 Jul 2025 21:34:03 +0000 (15:34 -0600)
Add installation complete message to Makefile install logic.

Link: https://lore.kernel.org/r/20250703231747.37544-1-skhan@linuxfoundation.org
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/Makefile

index 9dae84a74e7ff1894236f426682faae100a23070..b95de208265a5b44762765286c7aee8d4c915eaa 100644 (file)
@@ -300,6 +300,7 @@ ifdef INSTALL_PATH
        else \
                printf "Unable to get version from git describe\n"; \
        fi
+       @echo "**Kselftest Installation is complete: $(INSTALL_PATH)**"
 else
        $(error Error: set INSTALL_PATH to use install)
 endif