Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace `replace` with `sed` statement | Morris Jobke | 2015-04-29 | 1 | -7/+2 |
| | |||||
* | Add check for "replace" command | Vincent Petry | 2015-04-27 | 1 | -0/+5 |
| | |||||
* | Use occ to install ownCloud in autotest.sh | Thomas Müller | 2015-03-11 | 1 | -65/+5 |
| | |||||
* | fix files external test run and add common-tests option | Morris Jobke | 2015-02-26 | 1 | -2/+7 |
| | |||||
* | Better cleanup in autotest.sh | Robin McCorkell | 2015-01-28 | 1 | -8/+10 |
| | | | | Configs correctly cleaned, even if phpunit fails or autotest interrupted | ||||
* | Setup a docker container that holds a webdav instance to test files_external | Morris Jobke | 2014-12-17 | 1 | -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 |