Skip to content

Commit

Permalink
Auto merge of #446 - kamalmarhubi:bind-mount-in-ci, r=posborne
Browse files Browse the repository at this point in the history
mount: Run test_mount_bind in CI

Looks like Travis allows bind mounts in their container infra now.
  • Loading branch information
homu committed Oct 25, 2016
2 parents e618485 + 0fa7250 commit 284c9f4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/test_mount.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,6 @@ exit 23";

pub fn test_mount_bind() {
use std::env;
if env::var("CI").is_ok() && env::var("TRAVIS").is_ok() {
print!("Travis does not allow bind mounts, skipping.");
return;
}

let tempdir = TempDir::new("nix-test_mount")
.unwrap_or_else(|e| panic!("tempdir failed: {}", e));
Expand Down

0 comments on commit 284c9f4

Please sign in to comment.