aboutsummaryrefslogtreecommitdiffstats
path: root/tests/common.rb
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2012-03-13 16:53:07 +0200
committerMartin Pärtel <martin.partel@gmail.com>2012-03-13 16:53:07 +0200
commit66d6de935a32fbf3aae2ef091b417a6572c8e6fd (patch)
tree10ad62b92e4d87d08b7b6d1c10e4c502a59c9271 /tests/common.rb
parentc6375194b97c7f879357a3c31a74f8376b42d344 (diff)
downloadbindfs-66d6de935a32fbf3aae2ef091b417a6572c8e6fd.tar.gz
Added --map.
Diffstat (limited to 'tests/common.rb')
-rwxr-xr-xtests/common.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/common.rb b/tests/common.rb
index e3de1a3..d030972 100755
--- a/tests/common.rb
+++ b/tests/common.rb
@@ -119,6 +119,10 @@ def testenv(bindfs_args, options = {}, &block)
fail("ERROR: failed to umount")
testcase_ok = false
end
+
+ if File.exist?("bindfs.log")
+ system("cat bindfs.log")
+ end
begin
Dir.chdir '..'