Skip to content

Commit

Permalink
Enable litmus largefile tests
Browse files Browse the repository at this point in the history
Signed-off-by: jld3103 <jld3103yt@gmail.com>
  • Loading branch information
provokateurin committed Sep 20, 2023
1 parent 6714e51 commit aad2d02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/dav/tests/travis/litmus-v1/script.sh
Expand Up @@ -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
2 changes: 1 addition & 1 deletion apps/dav/tests/travis/litmus-v2/script.sh
Expand Up @@ -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

0 comments on commit aad2d02

Please sign in to comment.