From 031829d8854f2eae5f04d74bca515d58aab801ef Mon Sep 17 00:00:00 2001 From: Erik Joelsson Date: Tue, 3 Jan 2023 21:07:19 +0000 Subject: [PATCH] 8298324: Unable to run shell test with make Reviewed-by: dholmes --- make/RunTests.gmk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/RunTests.gmk b/make/RunTests.gmk index 5fa0c381ebb..d31375d6a10 100644 --- a/make/RunTests.gmk +++ b/make/RunTests.gmk @@ -352,7 +352,7 @@ ExpandJtregPath = \ # with test id: dir/Test.java#selection -> Test.java#selection -> .java#selection -> #selection # without: dir/Test.java -> Test.java -> .java -> <> TestID = \ - $(subst .java,,$(suffix $(notdir $1))) + $(subst .sh,,$(subst .html,,$(subst .java,,$(suffix $(notdir $1))))) # The test id starting with a hash (#testid) will be stripped by all # evals in ParseJtregTestSelectionInner and will be reinserted by calling