File: fix-test-feature-requirements

package info (click to toggle)
rust-ognibuild 0.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,452 kB
  • sloc: makefile: 17
file content (12 lines) | stat: -rw-r--r-- 383 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Index: ognibuild/src/session/plain.rs
===================================================================
--- ognibuild.orig/src/session/plain.rs
+++ ognibuild/src/session/plain.rs
@@ -227,6 +227,7 @@ impl Session for PlainSession {
 #[cfg(test)]
 mod tests {
     use super::*;
+    #[cfg(any(feature="breezy", feature="debian"))]
     use breezyshim::WorkingTree;
 
     /*#[test]