File: disable-integration-tests.patch

package info (click to toggle)
rust-bat 0.25.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,084 kB
  • sloc: sh: 255; python: 39; makefile: 14
file content (12 lines) | stat: -rw-r--r-- 380 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
Description: Disable integration tests
 due to fixtures absent in tests/examples/
Forwarded: not-needed
Author: Blair Noctis <ncts@debian.org>
Last-Update: 2025-03-25
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/tests/integration_tests.rs
+++ b/tests/integration_tests.rs
@@ -1 +1,2 @@
+#![cfg(any())]
 use predicates::boolean::PredicateBooleanExt;