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

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


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

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

    bring up coverage by running builder's puts_cmake against cmake data
---
 test/data/test_kci_builder/test_puts_cmake/logs | 1 +
 test/test_kci_builder.rb                        | 6 ++++++
 2 files changed, 7 insertions(+)

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

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list