mirror of
https://github.com/typecho/typecho.git
synced 2025-04-21 02:01:52 +02:00
更新测试脚本
This commit is contained in:
parent
f0b986318a
commit
48d30730fe
@ -6,5 +6,5 @@ php:
|
||||
- 5.3
|
||||
- 5.2
|
||||
|
||||
script: cd ./tools/ && make test
|
||||
script: php ./tools/test.php
|
||||
|
||||
|
@ -103,13 +103,6 @@ pot:
|
||||
rm -f files.txt
|
||||
|
||||
|
||||
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;
|
||||
php test.php
|
||||
|
||||
|
||||
all:
|
||||
make update
|
||||
make package
|
||||
|
Loading…
x
Reference in New Issue
Block a user