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 22:44:29 +0300
committerverhoek <30193551+verhoek@users.noreply.github.com>2019-12-04 23:19:51 +0300
commit99e647bdb886cf8793dfc95d61b3bbe8e2107690 (patch)
tree8bc3a38d3821387e4a14b01238ea3c3e3a166b99 /pipeline/stage_unittests
parent791634082a8c367e8224a3e23857ac188aff8f23 (diff)
Enhance travis output markers for testing.
Diffstat (limited to 'pipeline/stage_unittests')
-rwxr-xr-xpipeline/stage_unittests/job.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/pipeline/stage_unittests/job.sh b/pipeline/stage_unittests/job.sh
index d31ac509b..a3aef0823 100755
--- a/pipeline/stage_unittests/job.sh
+++ b/pipeline/stage_unittests/job.sh
@@ -31,6 +31,4 @@ function start_test () {
done
}
-travis_mark_begin "UNIT TESTING"
start_test
-travis_mark_end "UNIT TESTING"