mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
do not execute integration tests when executing autotest.sh
This commit is contained in:
parent
9b6a988926
commit
18661ceb63
1 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,9 @@
|
|||
*/
|
||||
|
||||
function loadDirectory($path) {
|
||||
if (strpos($path, 'integration')) {
|
||||
return;
|
||||
}
|
||||
if ($dh = opendir($path)) {
|
||||
while ($name = readdir($dh)) {
|
||||
if ($name[0] !== '.') {
|
||||
|
|
|
|||
Loading…
Reference in a new issue