mirror of
https://github.com/typecho/typecho.git
synced 2025-04-21 18:21:53 +02:00
更新测试脚本
This commit is contained in:
parent
a1fad00292
commit
ccd87381b0
@ -104,9 +104,9 @@ pot:
|
||||
|
||||
|
||||
test:
|
||||
for i in `find ../var/ -name '*.php'`; do php -l $$i; done;
|
||||
for i in `find ../usr/ -name '*.php'`; do php -l $$i; done;
|
||||
for i in `find ../admin/ -name '*.php'`; do php -l $$i; done;
|
||||
for i in `find ../var/ -name '*.php'`; do php -l $$i || exit 1; done;
|
||||
for i in `find ../usr/ -name '*.php'`; do php -l $$i || exit 1; done;
|
||||
for i in `find ../admin/ -name '*.php'`; do php -l $$i || exit 1; done;
|
||||
|
||||
|
||||
all:
|
||||
|
Loading…
x
Reference in New Issue
Block a user