From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: John Hubbard Subject: [PATCH v2 3/8] selftests/vm: rename run_vmtests --> run_vmtests.sh Date: Tue, 29 Sep 2020 14:27:42 -0700 Message-ID: <20200929212747.251804-4-jhubbard@nvidia.com> In-Reply-To: <20200929212747.251804-1-jhubbard@nvidia.com> References: <20200929212747.251804-1-jhubbard@nvidia.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain List-ID: To: Andrew Morton Cc: Jonathan Corbet , =?UTF-8?q?J=C3=A9r=C3=B4me=20Glisse?= , Ralph Campbell , Shuah Khan , LKML , linux-mm@kvack.org, linux-kselftest@vger.kernel.org, linux-doc@vger.kernel.org, linux-s390@vger.kernel.org, John Hubbard Rename to *.sh, in order to match the conventions of all of the other items in selftest/vm. The only reason not to use a .sh suffix a shell script like this, might be to make it look more like a normal program, but that's not an issue here. Signed-off-by: John Hubbard --- tools/testing/selftests/vm/Makefile | 2 +- tools/testing/selftests/vm/{run_vmtests =3D> run_vmtest.sh} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tools/testing/selftests/vm/{run_vmtests =3D> run_vmtest.sh} (100%) diff --git a/tools/testing/selftests/vm/Makefile b/tools/testing/selftests/= vm/Makefile index 9cc6bc087461..5a3bd0c497b6 100644 --- a/tools/testing/selftests/vm/Makefile +++ b/tools/testing/selftests/vm/Makefile @@ -69,7 +69,7 @@ TEST_GEN_FILES +=3D virtual_address_range TEST_GEN_FILES +=3D write_to_hugetlbfs endif =20 -TEST_PROGS :=3D run_vmtests +TEST_PROGS :=3D run_vmtests.sh =20 TEST_FILES :=3D test_vmalloc.sh =20 diff --git a/tools/testing/selftests/vm/run_vmtests b/tools/testing/selftes= ts/vm/run_vmtest.sh similarity index 100% rename from tools/testing/selftests/vm/run_vmtests rename to tools/testing/selftests/vm/run_vmtest.sh --=20 2.28.0