File: disable-snapshot-tests.patch

package info (click to toggle)
rust-bat 0.25.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,096 kB
  • sloc: sh: 255; python: 39; makefile: 14
file content (13 lines) | stat: -rw-r--r-- 351 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Disable snapshot tests
 due to all actual output somehow being empty
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/snapshot_tests.rs
+++ b/tests/snapshot_tests.rs
@@ -16,2 +16,3 @@
 
+#[cfg(any())]
 snapshot_tests! {