From 0fef64f5ae0eaa5e2fd97e78116441dda222121f Mon Sep 17 00:00:00 2001 From: Richard Quadling Date: Tue, 6 Aug 2024 11:46:44 +0100 Subject: [PATCH] Use the correct parameter for find for tests --- tests/tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests.sh b/tests/tests.sh index bde5067..8eaa229 100755 --- a/tests/tests.sh +++ b/tests/tests.sh @@ -11,4 +11,4 @@ rm -rf test-reports underline 'Running tests' = -find ./tests -type f -name test.sh -depth 2 | sort | xargs -L 1 bash +find ./tests -type f -name test.sh -maxdepth 2 | sort | xargs -L 1 bash