You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2022/03/01 08:25:08 UTC

[sling-org-apache-sling-repoinit-parser] branch master updated: Fix doc generation script

This is an automated email from the ASF dual-hosted git repository.

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-repoinit-parser.git


The following commit(s) were added to refs/heads/master by this push:
     new 2d6f246  Fix doc generation script
2d6f246 is described below

commit 2d6f2463bcd3b02abd4ae3c1edbe138c75d30eff
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Tue Mar 1 09:24:51 2022 +0100

    Fix doc generation script
---
 concatenate-test-scenarios.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/concatenate-test-scenarios.sh b/concatenate-test-scenarios.sh
index dfe906c..b6def0d 100755
--- a/concatenate-test-scenarios.sh
+++ b/concatenate-test-scenarios.sh
@@ -5,7 +5,7 @@
 #
 
 function generate() {
-    find src/test/resources/testcases -name *.txt | grep -v output | sort -V | while read f
+    find src/test/resources/testcases -name '*.txt' | grep -v output | sort -V | while read f
     do
         echo
         echo "# $(basename $f)"