From 312e19dd11f83d1e87c9502ef8da108ffbaf5454 Mon Sep 17 00:00:00 2001 From: Yves Orton Date: Tue, 12 Apr 2022 10:24:42 +0200 Subject: Makefile.SH - use globs in the test_reonly target Switch to globs for the test_reonly target as wildcards are easier to read and understand and familiar to a wider audience and don't have escape issues associated with the -re option. --- Makefile.SH | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.SH') diff --git a/Makefile.SH b/Makefile.SH index 651e70f4da..d3d4258890 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -1658,7 +1658,7 @@ test_harness_notty: test_prep HARNESS_NOTTY=1 TESTFILE=harness $(RUN_TESTS) choose test_reonly test-reonly: test_prep_reonly - TEST_ARGS='-re \bre\/' TESTFILE=harness $(RUN_TESTS) choose + TEST_ARGS='re/*.t ext/re/t/*.t' TESTFILE=harness $(RUN_TESTS) choose # Porting tests (well-formedness of pod, manifest, etc) -- cgit v1.2.1