diff options
author | Julien Veyssier <julien-nc@posteo.net> | 2023-09-20 18:33:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-20 18:33:54 +0200 |
commit | dead43635ed6883b837d3a189be7a3cef1ab2457 (patch) | |
tree | fd1eff1fb959a4e82d151a793d265002a318df12 /apps | |
parent | 09794b67922bf9da70fc6207486d1be5a3898e41 (diff) | |
parent | aad2d02cf86652adb96e76b4af242d76f62c37ef (diff) | |
download | nextcloud-server-dead43635ed6883b837d3a189be7a3cef1ab2457.tar.gz nextcloud-server-dead43635ed6883b837d3a189be7a3cef1ab2457.zip |
Merge pull request #39628 from nextcloud/fix/enable-litmus-largefile-tests
Enable litmus largefile tests
Diffstat (limited to 'apps')
-rw-r--r-- | apps/dav/tests/travis/litmus-v1/script.sh | 2 | ||||
-rw-r--r-- | apps/dav/tests/travis/litmus-v2/script.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/dav/tests/travis/litmus-v1/script.sh b/apps/dav/tests/travis/litmus-v1/script.sh index 998221c0ab2..a87b5f224f9 100644 --- a/apps/dav/tests/travis/litmus-v1/script.sh +++ b/apps/dav/tests/travis/litmus-v1/script.sh @@ -10,4 +10,4 @@ sleep 30 # run the tests cd /tmp/litmus/litmus-0.13 -make URL=http://127.0.0.1:8888/remote.php/webdav CREDS="admin admin" TESTS="basic copymove props" check +make URL=http://127.0.0.1:8888/remote.php/webdav CREDS="admin admin" TESTS="basic copymove props largefile" check diff --git a/apps/dav/tests/travis/litmus-v2/script.sh b/apps/dav/tests/travis/litmus-v2/script.sh index 9e6ed983861..9fca7b224df 100644 --- a/apps/dav/tests/travis/litmus-v2/script.sh +++ b/apps/dav/tests/travis/litmus-v2/script.sh @@ -10,4 +10,4 @@ sleep 30 # run the tests cd /tmp/litmus/litmus-0.13 -make URL=http://127.0.0.1:8888/remote.php/dav/files/admin CREDS="admin admin" TESTS="basic copymove props" check +make URL=http://127.0.0.1:8888/remote.php/dav/files/admin CREDS="admin admin" TESTS="basic copymove props largefile" check |