Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Hsu <kennethhsu@gmail.com>2020-12-28 03:59:37 +0300
committerKenneth Hsu <kennethhsu@gmail.com>2020-12-28 03:59:37 +0300
commitbeb8214254dcda4c0ebe051a176ad38f9e25f119 (patch)
treed19d8f80ff108c3dff66ef1953163f73eb085da0 /.appveyor.yml
parentd2189933e8dfa936efd4ee3044206f150339efec (diff)
Enable BulkData tests in AppVeyor.
These were originally skipped to avoid running into AppVeyor's time limit restriction of 60 minutes. At some point the time limit was no longer a concern to us, but the existence of long paths in the test data prevented these tests from running successfully on Windows. Support for long paths was added in pull requests #4256 and #4270. The host for the test data was changed in pull request #4352 to reduce S3 transfer charges, which hopefully means that we can now run the tests in AppVeyor without much worry. This concerns issue #3863.
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index a235a81dd..aa650fb0a 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -28,7 +28,7 @@ test_script:
.\packages\OpenCover.4.7.922\tools\OpenCover.Console.exe `
-register:user `
-target:.\packages\NUnit.ConsoleRunner.3.10.0\tools\nunit3-console.exe `
- "-targetargs:""$elem"" /where:cat!=BulkData /result:""$testResultsFile""" `
+ "-targetargs:""$elem"" /result:""$testResultsFile""" `
"-filter:+[Duplicati.Library.Main]* -[UnitTest]*" `
-output:opencover.xml `
-returntargetcode `