change test script
This commit is contained in:
@@ -104,7 +104,9 @@ pot:
|
||||
|
||||
|
||||
test:
|
||||
php test.php
|
||||
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;
|
||||
|
||||
|
||||
all:
|
||||
|
||||
Reference in New Issue
Block a user