Removed log output. Make travis crazy.

Fix hard coded value.
This commit is contained in:
Laurent Destailleur 2013-09-09 15:30:05 +02:00
parent 5487471ed8
commit 4fa1e7eac9

View File

@ -24,8 +24,7 @@ before_script:
- echo Create dir $(pwd)/htdocs/documents
- sudo mkdir -p $(pwd)/htdocs/documents/admin/temp;
- sudo touch $(pwd)/htdocs/documents/dolibarr.log;
- sudo chmod a+rwx /home; sudo chmod a+rwx /home/travis; sudo chmod a+rwx /home/travis/build;
- sudo chmod a+rwx /home/travis/build/Dolibarr; sudo chmod a+rwx /home/travis/build/Dolibarr/dolibarr;
- sudo chmod a+rwx /home; sudo chmod a+rwx /home/travis; sudo chmod -R a+rwx /home/travis/build;
- sudo chmod -R a+rwx $(pwd);
- sudo chown -R www-data:travis $(pwd)/htdocs/documents;
- find $(pwd)/htdocs/documents -type d -exec ls -alt {} \;
@ -77,7 +76,8 @@ script: phpunit -d memory_limit=-1 --configuration test/phpunit/phpunittest.xml
after_script:
- echo Output dolibarr log file
- cat $(pwd)/htdocs/documents/dolibarr.log
# - cat $(pwd)/htdocs/documents/dolibarr.log
- echo Output apache log file
- sudo cat /var/log/apache2/error.log
- echo End travis