From 4a762bc2801e3b32f9726b3982ff0126365bf1d5 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 29 Jan 2019 18:27:08 +0100 Subject: [PATCH] Run tests properly Signed-off-by: Igor Gnatenko --- rust-hyperfine.spec | 3 +-- tests/.fmf/version | 1 - tests/provision.fmf | 5 ----- tests/tests.yml | 13 ------------- 4 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 tests/.fmf/version delete mode 100644 tests/provision.fmf delete mode 100644 tests/tests.yml diff --git a/rust-hyperfine.spec b/rust-hyperfine.spec index 45eb4ed..f82d740 100644 --- a/rust-hyperfine.spec +++ b/rust-hyperfine.spec @@ -1,6 +1,5 @@ # Generated by rust2rpm -# * Tests are run in infrastructure -%bcond_with check +%bcond_without check %global crate hyperfine diff --git a/tests/.fmf/version b/tests/.fmf/version deleted file mode 100644 index d00491f..0000000 --- a/tests/.fmf/version +++ /dev/null @@ -1 +0,0 @@ -1 diff --git a/tests/provision.fmf b/tests/provision.fmf deleted file mode 100644 index 503a97c..0000000 --- a/tests/provision.fmf +++ /dev/null @@ -1,5 +0,0 @@ ---- -standard-inventory-qcow2: - qemu: - # `cargo test` usually eats more than 1G. - m: 4G diff --git a/tests/tests.yml b/tests/tests.yml deleted file mode 100644 index e642f9a..0000000 --- a/tests/tests.yml +++ /dev/null @@ -1,13 +0,0 @@ ---- -- hosts: localhost - roles: - - role: standard-test-basic - tags: - - classic - repositories: - - repo: "https://src.fedoraproject.org/tests/rust.git" - dest: rust - tests: - - rust/cargo-test - environment: - pkg: rust-hyperfine