From 3407a98d3dadd69d9a74c79708ffb7d4c981905b Mon Sep 17 00:00:00 2001 From: Guillermo Perez Date: Mon, 29 Apr 2024 18:48:07 +0200 Subject: [PATCH] max depth of target output --- ci/run-check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/run-check.sh b/ci/run-check.sh index 406278074b..594d5d1e35 100755 --- a/ci/run-check.sh +++ b/ci/run-check.sh @@ -26,7 +26,7 @@ case $TARGET in while true; do if [ -d "./target/" ]; then echo ".target folder graph:" - find ./target/ -type d + find ./target/ -type d -maxdepth 3 if ls ./target/debug/build/runtime-integration* 1> /dev/null 2>&1; then ls -la ./target/debug/build/runtime-integration*/out/ echo "Debug build directory exists."