[SCM] ci-tooling packaging branch, master, updated. 2174a7f23dfdff015498ab10e9d1bb29059ba197

Harald Sitter apachelogger-guest at moszumanska.debian.org
Thu Oct 8 10:42:38 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=9d899a2

The following commit has been merged in the master branch:
commit 9d899a2ccacb3dc605bac35d7b3dd92469316d6b
Author: Harald Sitter <sitter at kde.org>
Date:   Thu Oct 8 11:43:38 2015 +0200

    bring up coverage by running our entire lintian data set on builder
---
 test/data/test_kci_builder/test_puts_lintian/logs | 1 +
 test/test_kci_builder.rb                          | 6 ++++++
 2 files changed, 7 insertions(+)

diff --git a/test/data/test_kci_builder/test_puts_lintian/logs b/test/data/test_kci_builder/test_puts_lintian/logs
new file mode 120000
index 0000000..cb4f6c9
--- /dev/null
+++ b/test/data/test_kci_builder/test_puts_lintian/logs
@@ -0,0 +1 @@
+../../test_lint_lintian/
\ No newline at end of file
diff --git a/test/test_kci_builder.rb b/test/test_kci_builder.rb
index a690756..c34ee14 100644
--- a/test/test_kci_builder.rb
+++ b/test/test_kci_builder.rb
@@ -129,4 +129,10 @@ class KCIBuilderTest < TestCase
       KCIBuilder.puts_cmake(File.read(f), nil)
     end
   end
+
+  def test_puts_lintian
+    Dir.glob("#{data}/logs/*").each do |f|
+      KCIBuilder.puts_lintian(File.read(f))
+    end
+  end
 end

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list