Codebase list rust-libslirp / 61ae9c1
is-executable - disable test cargo_readme_up_to_date Peter Michael Green 1 year, 4 months ago
4 changed file(s) with 33 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 rust-is-executable (1.0.1-3) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package is_executable 1.0.1 from crates.io using debcargo 2.6.0
4 * Disable test cargo_readme_up_to_date, it requires "cargo readme"
5 which is not available in Debian.
6
7 -- Peter Michael Green <plugwash@debian.org> Wed, 28 Dec 2022 12:09:24 +0000
8
09 rust-is-executable (1.0.1-2) unstable; urgency=medium
110
211 * Source upload
1111 be correct information so you should review and fix this before uploading to
1212 the archive.
1313
14 Files: ./LICENSE-MIT
14 Files: LICENSE-MIT
1515 Copyright: 2015 The Rust Project Developers
1616 License: UNKNOWN-LICENSE; FIXME (overlay)
1717 Comment:
0 Index: is-executable/tests/tests.rs
1 ===================================================================
2 --- is-executable.orig/tests/tests.rs
3 +++ is-executable/tests/tests.rs
4 @@ -12,7 +12,7 @@ mod unix {
5
6 use super::*;
7
8 - #[test]
9 + /*#[test]
10 fn cargo_readme_up_to_date() {
11 if env::var("CI").is_ok() {
12 return;
13 @@ -50,7 +50,7 @@ mod unix {
14 }
15 panic!("Run `cargo readme > README.md` to update README.md")
16 }
17 - }
18 + }*/
19
20 #[test]
21 fn executable() {
0 disable-cargo-readme-up-to-date.diff