소스 검색

Meta: We don't need to ignore run-tests in lint-shell-scripts.sh

Emanuele Torre 5 년 전
부모
커밋
21712ed0a3
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      Meta/lint-shell-scripts.sh

+ 0 - 1
Meta/lint-shell-scripts.sh

@@ -10,7 +10,6 @@ for f in $(find . -path ./Root -prune -o \
     -path ./Ports -prune -o \
     -path ./Ports -prune -o \
     -path ./.git -prune -o \
     -path ./.git -prune -o \
     -path ./Toolchain -prune -o \
     -path ./Toolchain -prune -o \
-    -path ./Libraries/LibJS/Tests -prune -o \
     -type f | sort -u); do
     -type f | sort -u); do
     if file "$f" | grep --quiet shell; then
     if file "$f" | grep --quiet shell; then
         {
         {