summaryrefslogtreecommitdiff
path: root/scripts/run-tests.sh
Commit message (Collapse)AuthorAge
* - Patch #430682 by saxofaan: script didn't work with non-default webserver port.Dries Buytaert2009-04-13
|
* #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a ↵Angie Byron2009-03-31
| | | | static method to reduce memory footprint of SimpleTest.
* #377564 by boombatower: Make run-tests.sh respect the ↵Angie Byron2009-02-20
| | | | 'simpletest_clear_results' variable.
* - Patch #367508 by lyricnz: returned help screen when running test groups.Dries Buytaert2009-02-01
|
* - Patch #358006 by gcopenhaver: fixed spelling errors.Dries Buytaert2009-01-13
|
* - Patch #352470 by scor: fixed typos and grammar in comments.Dries Buytaert2008-12-30
|
* - Patch #349504 by keith.smith: clean up sentence spacing in code comments.Dries Buytaert2008-12-20
|
* - Modified patch #348408 by boombatower: clariy run-test.sh script and ↵Dries Buytaert2008-12-18
| | | | provide some better help.
* - Patch #338239 by Damien Tournoud: clean-up DrupalWebTestCase.Dries Buytaert2008-11-26
|
* - Patch #338516 by Damien Tournoud: convert run-tests.sh to the new database ↵Dries Buytaert2008-11-24
| | | | API.
* - Patch #299778 by hswong3i, Arancaytar, Dave Reid et al: code clean-up.Dries Buytaert2008-11-11
|
* - Patch #322843 by Damien Tournoud: fixed --php option.Dries Buytaert2008-10-29
|
* - Patch #322843 by Damien Tournoud, boombatower: fixed --php parameter in ↵Dries Buytaert2008-10-19
| | | | run-tests.sh
* #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.Angie Byron2008-10-12
|
* #312883 by moshe weitzman: Fix REQUEST_METHOD notice in run-tests.sh.Angie Byron2008-09-24
|
* #312847 by moshe weitzman: Fix end time reporting in run-tests.sh.Angie Byron2008-09-24
|
* - Patch #311160 by moshe weitzman and Damien Tournoud: enhance run-tests.sh ↵Dries Buytaert2008-09-23
| | | | by automatically picking up the PHP interpreter.
* #259623 by dopry and Damien Tournoud: Convert includes/requires to use ↵Angie Byron2008-09-20
| | | | absolute paths.
* - Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] ↵Dries Buytaert2008-09-06
| | | | as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
* - Patch #291670 by dhubler, Dries: run tests by file.Dries Buytaert2008-08-18
|
* - Patch #254166 by Damien Tournoud: improved error handling of concurrency mode.Dries Buytaert2008-07-24
|
* - Patch #254166 by boombatower: improve and clean-up the test script. Added ↵Dries Buytaert2008-07-07
| | | | color coding and allow people to control the verbosity.
* - Patch #274794 by Damien Tournoud et al: make scripts/run-tests.php work again.Dries Buytaert2008-06-29
|
* - Patch #243773 by chx, catch, boombatower, cwgordon7, yched, dmitrig01, et ↵Dries Buytaert2008-06-24
| | | | al: small revert of batch API patch. Also forgot to mention cwgordon7 in the previous commit.
* - Patch #243773 by chx, catch, boombatower, yched, dmitrig01, et al: use the ↵Dries Buytaert2008-06-24
| | | | batch API for running the tests instead of an all-in-one approach. Great work.
* - Renaming the test script from run-functional-tests.php to run-tests.php.Dries Buytaert2008-06-09