File: ignore-unshare-tests

package info (click to toggle)
rust-ognibuild 0.2.5-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,648 kB
  • sloc: makefile: 17
file content (19 lines) | stat: -rw-r--r-- 427 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Index: ognibuild/src/session/unshare.rs
===================================================================
--- ognibuild.orig/src/session/unshare.rs
+++ ognibuild/src/session/unshare.rs
@@ -709,7 +709,7 @@ impl Session for UnshareSession {
     }
 }
 
-#[cfg(test)]
+/*#[cfg(test)]
 mod tests {
     use super::*;
 
@@ -1117,4 +1117,4 @@ mod tests {
             session.location().join("tmp/test")
         );
     }
-}
+}*/