File: disable-tests-not-in-crates.io-release.diff

package info (click to toggle)
rust-log 0.4.17-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 328 kB
  • sloc: makefile: 2
file content (21 lines) | stat: -rw-r--r-- 383 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Index: log/Cargo.toml
===================================================================
--- log.orig/Cargo.toml
+++ log/Cargo.toml
@@ -33,16 +33,6 @@ features = [
     "kv_unstable_serde",
 ]
 
-[[test]]
-name = "filters"
-path = "tests/filters.rs"
-harness = false
-
-[[test]]
-name = "macros"
-path = "tests/macros.rs"
-harness = true
-
 [dependencies.cfg-if]
 version = "1.0"