summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorjld3103 <jld3103yt@gmail.com>2023-07-30 18:25:36 +0200
committerjld3103 <jld3103yt@gmail.com>2023-09-20 11:45:38 +0200
commitaad2d02cf86652adb96e76b4af242d76f62c37ef (patch)
treef2cb0b9c83d2e05a943b4ff797337050a60d218b /apps
parent6714e51b0ce25fe5d9223279a9484abd8c00f85e (diff)
downloadnextcloud-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.sh2
-rw-r--r--apps/dav/tests/travis/litmus-v2/script.sh2
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