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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Thu Oct 15 13:41:05 UTC 2015


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

The following commit has been merged in the master branch:
commit 80e157c083ed4eed74a0560e54f0156a30d3268c
Author: Harald Sitter <sitter at kde.org>
Date:   Thu Oct 15 12:14:28 2015 +0200

    assert that we have our watched file after fetching
---
 test/test_ci_tar_fetcher.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/test_ci_tar_fetcher.rb b/test/test_ci_tar_fetcher.rb
index a0ba43f..ede8559 100644
--- a/test/test_ci_tar_fetcher.rb
+++ b/test/test_ci_tar_fetcher.rb
@@ -48,6 +48,7 @@ module CI
 
       f = WatchTarFetcher.new(data('debian/watch'))
       f.fetch(Dir.pwd)
+      assert_path_exist('dragon_15.08.1.orig.tar.xz')
     end
   end
 end

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list