summaryrefslogtreecommitdiffstats
path: root/autotest-external.sh
Commit message (Collapse)AuthorAgeFilesLines
* Fix ext storage test class name in test scriptVincent Petry2016-05-241-2/+4
|
* Fix storage backend class namespaces and move to subdirRobin McCorkell2016-04-141-3/+4
| | | | | All classes that were previously \OC\Files\Storage\FooBar are now \OCA\Files_External\Lib\Storage\FooBar
* misc: Fix some typosStefan Weil2016-04-121-1/+1
| | | | | | Some of them were found by codespell. Signed-off-by: Stefan Weil <sw@weilnetz.de>
* Add verbose flag to occ commands of autotest*Joas Schilling2016-02-231-2/+2
|
* We require minimum PHPUnit 4.4Thomas Müller2016-02-171-2/+2
|
* script shall exit with error in case the start file has issues - fixes #20798Thomas Müller2015-12-091-1/+8
|
* Don't attempt to run tests unless start file is successfulRobin McCorkell2015-10-201-41/+40
|
* Use a universal shebangOlivier Paroz2015-09-271-1/+1
| | | | Fixes #15037
* Allow easy XDEBUG debugging with autotestRobin McCorkell2015-08-311-0/+6
| | | | | | | | | | Debugging scripts needs the environment variable XDEBUG_CONFIG to be set, which initiates a connection to a listening debugger. But if that env is set and one of the PHP setup steps occurs (e.g. occ install), the debugging session is 'completed' and the debugger no longer listens during the actual tests. This saves the XDEBUG_CONFIG env so it only applies during the PHPUnit execution, so only the real tests trigger the debugging.
* Replace `replace` with `sed` statementMorris Jobke2015-04-291-7/+2
|
* Add check for "replace" commandVincent Petry2015-04-271-0/+5
|
* Use occ to install ownCloud in autotest.shThomas Müller2015-03-111-65/+5
|
* fix files external test run and add common-tests optionMorris Jobke2015-02-261-2/+7
|
* Better cleanup in autotest.shRobin McCorkell2015-01-281-8/+10
| | | | Configs correctly cleaned, even if phpunit fails or autotest interrupted
* Setup a docker container that holds a webdav instance to test files_externalMorris Jobke2014-12-171-0/+308
document docker parameter and use random host port fix typo copy autotest.sh to autotest-external.sh adds ability to add start* and stop* scripts in env in external tests run files_external WebDAV tests against ownCloud instance introduce executor number to be able to shut down the correct docker container fetch docker images in advance - this also fetches latest versions of the docker images add second argument to autotest-external.sh which can specify a single test to run print out the explicit test run change naming schema of files_external setup scripts