aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/gen_kselftest_tar.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/selftests/gen_kselftest_tar.sh')
-rwxr-xr-xtools/testing/selftests/gen_kselftest_tar.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/testing/selftests/gen_kselftest_tar.sh b/tools/testing/selftests/gen_kselftest_tar.sh
index 8b2b6088540d..4a974bc03385 100755
--- a/tools/testing/selftests/gen_kselftest_tar.sh
+++ b/tools/testing/selftests/gen_kselftest_tar.sh
@@ -49,6 +49,11 @@ main()
# directory
./kselftest_install.sh "$install_dir"
(cd "$install_work"; tar $copts "$dest"/kselftest${ext} $install_name)
+
+ # Don't put the message at the actual end as people may be parsing the
+ # "archive created" line in their scripts.
+ echo -e "\nConsider using 'make gen_tar' instead of this script\n"
+
echo "Kselftest archive kselftest${ext} created!"
# clean up top-level install work directory