From 66d6de935a32fbf3aae2ef091b417a6572c8e6fd Mon Sep 17 00:00:00 2001 From: Martin Pärtel Date: Tue, 13 Mar 2012 16:53:07 +0200 Subject: Added --map. --- tests/common.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/common.rb') 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 '..' -- cgit v1.2.3