From 6171c9d45d61fa2cc12d5f3ec929c50b0c26fb0e Mon Sep 17 00:00:00 2001 From: Riku Isokoski Date: Tue, 10 May 2022 22:30:03 +0300 Subject: Only test format when it is wanted --- tests/test-format.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/test-format.sh b/tests/test-format.sh index 1dd9cdbd..86667c75 100755 --- a/tests/test-format.sh +++ b/tests/test-format.sh @@ -16,6 +16,7 @@ for file in $CHANGED_FILES do [ -e "$file" ] || continue case "$file" in + src/libs/*) continue ;; *.cpp|*.h) echo Checking "$file" clang-format -i "$file" -- cgit v1.2.3