diff --git a/tests/run-bats.sh b/tests/run-bats.sh index 2f80d1e..cd99a69 100755 --- a/tests/run-bats.sh +++ b/tests/run-bats.sh @@ -16,6 +16,7 @@ mapfile -t TEST_FILES < <( find "$REPO_ROOT" -name "*.bats" \ -not -path "*/tests/bats/*" \ -not -path "*/test_helper/*" \ + -not -path "*/.claude/worktrees/*" \ | sort ) diff --git a/tests/run-tests.sh b/tests/run-tests.sh index dcfea34..51464ab 100755 --- a/tests/run-tests.sh +++ b/tests/run-tests.sh @@ -33,6 +33,7 @@ run_bats mapfile -t SCRIPTS < <( find "$SEARCH_ROOT" -name "test-*.sh" \ -not -path "*/.git/*" \ + -not -path "*/.claude/worktrees/*" \ | sort )