Created
November 25, 2016 12:20
-
-
Save shadeslayer/98f481aa580a6a8759324d301033ef8c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ruby ci-tooling/test/test_debian_control.rb | |
Loaded suite ci-tooling/test/test_debian_control | |
Started | |
.......E | |
======================================================================================================================== | |
Error: test_write(Debian::ControlTest): NoMethodError: undefined method `name' for #<Array:0x00000001c9b6b0> | |
ci-tooling/test/test_debian_control.rb:91:in `block in test_write' | |
ci-tooling/test/test_debian_control.rb:91:in `each' | |
ci-tooling/test/test_debian_control.rb:91:in `find' | |
ci-tooling/test/test_debian_control.rb:91:in `test_write' | |
======================================================================================================================== | |
F | |
======================================================================================================================== | |
Failure: test_write_nochange(Debian::ControlTest) | |
ci-tooling/test/test_debian_control.rb:82:in `test_write_nochange' | |
<["Source: kinfocenter", | |
"Priority: extra", | |
"Section: kde", | |
"Maintainer: Debian/Kubuntu Qt/KDE Maintainers <[email protected]>", | |
"Build-Depends: amarok (>= 2.0), axiom:all (>= 2.0) [linux-only], gwenview", | |
"Standards-Version: 3.9.5", | |
"Homepage: https://projects.kde.org/projects/playground/libs/libkscreen", | |
"", | |
"Package: kinfocenter", | |
"Architecture: any", | |
"Depends: ${misc:Depends}, ${shlibs:Depends}", | |
"Breaks: kinfocenter5 (<< 4:5.2.0-0ubuntu1~ubuntu14.10~ppa3),", | |
" kinfocenter5-data (<< 4:5.2.0-0ubuntu1~ubuntu14.10~ppa3)", | |
"Replaces: kinfocenter5 (<< 4:5.2.0-0ubuntu1~ubuntu14.10~ppa3),", | |
" kinfocenter5-data (<< 4:5.2.0-0ubuntu1~ubuntu14.10~ppa3)", | |
"Description: overview of your system library", | |
" The kinfocenter provides you with a centralized and convenient", | |
" overview of your system and desktop environment.", | |
" .", | |
" This package contains the shared library", | |
"", | |
"Package: kinfocenter-dbg", | |
"Section: debug", | |
"Architecture: any", | |
"Recommends: qtbase5-dbg", | |
"Depends: kinfocenter (= ${binary:Version}), ${misc:Depends}", | |
"Breaks: kinfocenter5-dbg (<< 4:5.2.0-0ubuntu1~ubuntu14.10~ppa3)", | |
"Replaces: kinfocenter5-dbg (<< 4:5.2.0-0ubuntu1~ubuntu14.10~ppa3)", | |
"Description: overview of your system - debug files", | |
" The kinfocenter provides you with a centralized and convenient", | |
" overview of your system and desktop environment.", | |
" .", | |
" This package contains the debugging symbols."]> expected but was | |
<["Source: kinfocenter", | |
"Priority: extra", | |
"Section: kde", | |
"Maintainer: Debian/Kubuntu Qt/KDE Maintainers <[email protected]>", | |
"Build-Depends: amarok (>= 2.0), axiom:all (>= 2.0) [linux-only], gwenview", | |
"Standards-Version: 3.9.5", | |
"Homepage: https://projects.kde.org/projects/playground/libs/libkscreen", | |
"", | |
"Package: kinfocenter", | |
"Architecture: any", | |
"Depends: ${misc:Depends}, ${shlibs:Depends}", | |
"Breaks: kinfocenter5 (<< 4:5.2.0-0ubuntu1~ubuntu14.10~ppa3), ", | |
" kinfocenter5-data (<< 4:5.2.0-0ubuntu1~ubuntu14.10~ppa3)", | |
"Replaces: kinfocenter5 (<< 4:5.2.0-0ubuntu1~ubuntu14.10~ppa3), ", | |
" kinfocenter5-data (<< 4:5.2.0-0ubuntu1~ubuntu14.10~ppa3)", | |
"Description: overview of your system library", | |
" The kinfocenter provides you with a centralized and convenient", | |
" overview of your system and desktop environment.", | |
" .", | |
" This package contains the shared library", | |
"", | |
"Package: kinfocenter-dbg", | |
"Section: debug", | |
"Architecture: any", | |
"Recommends: qtbase5-dbg", | |
"Depends: kinfocenter (= ${binary:Version}), ${misc:Depends}", | |
"Breaks: kinfocenter5-dbg (<< 4:5.2.0-0ubuntu1~ubuntu14.10~ppa3)", | |
"Replaces: kinfocenter5-dbg (<< 4:5.2.0-0ubuntu1~ubuntu14.10~ppa3)", | |
"Description: overview of your system - debug files", | |
" The kinfocenter provides you with a centralized and convenient", | |
" overview of your system and desktop environment.", | |
" .", | |
" This package contains the debugging symbols."]> | |
======================================================================================================================== | |
Finished in 0.025262134 seconds. | |
------------------------------------------------------------------------------------------------------------------------ | |
9 tests, 11 assertions, 1 failures, 1 errors, 0 pendings, 0 omissions, 0 notifications | |
77.7778% passed | |
------------------------------------------------------------------------------------------------------------------------ | |
356.26 tests/s, 435.43 assertions/s | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment