Skip to content

Commit

Permalink
fix: find command
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Schuetz <thomas.schuetz@dynatrace.com>
  • Loading branch information
Thomas Schuetz committed Mar 15, 2023
1 parent 2b108cc commit 0447a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.PHONY: test
test:
find . -mindepth 1 -maxdepth 1 -not -path '*/.*' -type d | xargs make -C {} test
find . -mindepth 1 -maxdepth 1 -not -path '*/.*' -type d -exec make -C {} test \;

0 comments on commit 0447a8d

Please # to comment.