web-handlers: Support removal of multiple objects at once. (#3810)

This commit is contained in:
Krishna Srinivas
2017-02-28 19:07:28 -08:00
committed by Harshavardhana
parent 2b0ed21f08
commit 91cf54f895
3 changed files with 71 additions and 28 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ test_script:
# Unit tests
- ps: Add-AppveyorTest "Unit Tests" -Outcome Running
- mkdir build\coverage
- go test -timeout 15m -race github.com/minio/minio/cmd...
- go test -timeout 17m -race github.com/minio/minio/cmd...
- go test -race github.com/minio/minio/pkg...
- go test -coverprofile=build\coverage\coverage.txt -covermode=atomic github.com/minio/minio/cmd
- ps: Update-AppveyorTest "Unit Tests" -Outcome Passed