Update tests

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 5 years ago
parent 08ec7f8a9b
commit 390c6a320a
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -1,17 +1,13 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 11
# * stderrlog is not packaged, and structopt 0.3 is not yet built
### test result: FAILED. 17 passed; 2 failed; 1 ignored; 0 measured; 0 filtered out
### Probably because of 'rust-stderrlog' package
### * new 0.7.0 versions requires many new updated crates
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate tui %global crate tui
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.7.0 Version: 0.7.0
Release: 1%{?dist} Release: 2%{?dist}
Summary: Library to build rich terminal user interfaces or dashboards Summary: Library to build rich terminal user interfaces or dashboards
# Upstream license specification: MIT # Upstream license specification: MIT
@ -148,6 +144,9 @@ which use "termion" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Dec 13 18:35:05 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.0-2
- Update tests
* Wed Dec 11 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0.7.0-1 * Wed Dec 11 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0.7.0-1
- Update to 0.7.0 - Update to 0.7.0

@ -1,5 +1,5 @@
--- ---
standard-inventory-qcow2: standard-inventory-qcow2:
qemu: qemu:
# `cargo test` usually eats more than 1G. # `cargo test` usually eats more than 1G.
m: 4G m: 4G

@ -1,13 +1,13 @@
--- ---
- hosts: localhost - hosts: localhost
roles: roles:
- role: standard-test-basic - role: standard-test-basic
tags: tags:
- classic - classic
repositories: repositories:
- repo: "https://src.fedoraproject.org/tests/rust.git" - repo: "https://src.fedoraproject.org/tests/rust.git"
dest: rust dest: rust
tests: tests:
- rust/cargo-test - rust/cargo-test
environment: environment:
pkg: rust-tui pkg: rust-tui

Loading…
Cancel
Save