Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-09script shall exit with error in case the start file has issues - fixes #20798Thomas Müller
2015-10-20Don't attempt to run tests unless start file is successfulRobin McCorkell
2015-09-27Use a universal shebangOlivier Paroz
Fixes #15037
2015-08-31Allow easy XDEBUG debugging with autotestRobin McCorkell
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.
2015-04-29Replace `replace` with `sed` statementMorris Jobke
2015-04-27Add check for "replace" commandVincent Petry
2015-03-11Use occ to install ownCloud in autotest.shThomas Müller
2015-02-26fix files external test run and add common-tests optionMorris Jobke
2015-01-28Better cleanup in autotest.shRobin McCorkell
Configs correctly cleaned, even if phpunit fails or autotest interrupted
2014-12-17Setup a docker container that holds a webdav instance to test files_externalMorris Jobke
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