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:
authorverhoek <30193551+verhoek@users.noreply.github.com>2019-12-04 23:39:58 +0300
committerverhoek <30193551+verhoek@users.noreply.github.com>2019-12-04 23:39:58 +0300
commit38247381581e104892b99ef3e194c7950e525050 (patch)
tree3c3003916272ceb47f70d62e614edaa7ba1d03b2 /pipeline
parent99e647bdb886cf8793dfc95d61b3bbe8e2107690 (diff)
Compact travis output for nuget.
Diffstat (limited to 'pipeline')
-rwxr-xr-xpipeline/stage_unittests/job.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/pipeline/stage_unittests/job.sh b/pipeline/stage_unittests/job.sh
index a3aef0823..1e972c6a4 100755
--- a/pipeline/stage_unittests/job.sh
+++ b/pipeline/stage_unittests/job.sh
@@ -12,7 +12,9 @@ function get_and_extract_test_zip () {
}
function start_test () {
+ travis_mark_begin "SETUP NUGET"
nuget install NUnit.Runners -Version 3.10.0 -OutputDirectory testrunner
+ travis_mark_end "SETUP NUGET"
for CAT in $(echo $testcategories | sed "s/,/ /g")
do