diff options
author | jld3103 <jld3103yt@gmail.com> | 2023-07-30 18:25:36 +0200 |
---|---|---|
committer | jld3103 <jld3103yt@gmail.com> | 2023-09-20 11:45:38 +0200 |
commit | aad2d02cf86652adb96e76b4af242d76f62c37ef (patch) | |
tree | f2cb0b9c83d2e05a943b4ff797337050a60d218b /apps | |
parent | 6714e51b0ce25fe5d9223279a9484abd8c00f85e (diff) | |
download | nextcloud-server-aad2d02cf86652adb96e76b4af242d76f62c37ef.tar.gz nextcloud-server-aad2d02cf86652adb96e76b4af242d76f62c37ef.zip |
Enable litmus largefile tests
Signed-off-by: jld3103 <jld3103yt@gmail.com>
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 |