Skip to content

Commit

Permalink
Use the correct parameter for find for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Quadling authored and Richard Quadling committed Aug 6, 2024
1 parent 153c2d7 commit 0fef64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0fef64f

Please sign in to comment.