diff options
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 '..' |