File: disable-tests-missing-testdata.diff

package info (click to toggle)
rust-pdb 0.8.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 720 kB
  • sloc: makefile: 2
file content (12 lines) | stat: -rw-r--r-- 395 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
Index: pdb/Cargo.toml
===================================================================
--- pdb.orig/Cargo.toml
+++ pdb/Cargo.toml
@@ -25,6 +25,7 @@ description = "A parser for Microsoft PD
 readme = "README.md"
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/willglynn/pdb"
+autotests = false
 
 [package.metadata.release]
 pre-release-commit-message = "Release {{version}}"