diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2012-03-13 16:53:07 +0200 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2012-03-13 16:53:07 +0200 |
commit | 66d6de935a32fbf3aae2ef091b417a6572c8e6fd (patch) | |
tree | 10ad62b92e4d87d08b7b6d1c10e4c502a59c9271 /tests/common.rb | |
parent | c6375194b97c7f879357a3c31a74f8376b42d344 (diff) | |
download | bindfs-66d6de935a32fbf3aae2ef091b417a6572c8e6fd.tar.gz |
Added --map.
Diffstat (limited to 'tests/common.rb')
-rwxr-xr-x | tests/common.rb | 4 |
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 '..' |