[SCM] ci-tooling packaging branch, master, updated. c6c11a8b5abad8c899710563918b1b5572f94903
Rohan Garg
rohangarg-guest at moszumanska.debian.org
Fri Jan 15 13:44:18 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=c6c11a8
The following commit has been merged in the master branch:
commit c6c11a8b5abad8c899710563918b1b5572f94903
Author: Rohan Garg <rohan at garg.io>
Date: Fri Jan 15 14:44:10 2016 +0100
Fix DCI tests
---
data/dci.yaml | 1 +
test/test_dci.rb | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/data/dci.yaml b/data/dci.yaml
index 861f587..f1b732b 100644
--- a/data/dci.yaml
+++ b/data/dci.yaml
@@ -3,5 +3,6 @@ series:
architectures:
- amd64
- armhf
+extra_architectures: []
types:
- unstable
diff --git a/test/test_dci.rb b/test/test_dci.rb
index 1deee9e..fbc6533 100644
--- a/test/test_dci.rb
+++ b/test/test_dci.rb
@@ -15,11 +15,11 @@ class DCITest < TestCase
end
def test_architectures
- assert_equal_collection(%w(amd64), DCI.architectures)
+ assert_equal_collection(%w(amd64 armhf), DCI.architectures)
end
def test_extra_architectures
- assert_equal_collection(%w(armhf), DCI.extra_architectures)
+ assert_equal_collection(%w(), DCI.extra_architectures)
end
def test_all_architectures
--
ci-tooling packaging
More information about the pkg-kde-commits
mailing list