Enable litmus largefile tests

Signed-off-by: jld3103 <jld3103yt@gmail.com>
pull/39628/head
jld3103 2023-07-30 18:25:36 +07:00
parent 6714e51b0c
commit aad2d02cf8
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
2 changed files with 2 additions and 2 deletions

@ -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

@ -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