[Lldb-commits] [lldb] r322271 - Make the bundle folders in the find-app-in-bundle test non-empty

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu Jan 11 04:21:58 PST 2018


Author: labath
Date: Thu Jan 11 04:21:58 2018
New Revision: 322271

URL: http://llvm.org/viewvc/llvm-project?rev=322271&view=rev
Log:
Make the bundle folders in the find-app-in-bundle test non-empty

git will not create empty folders, which makes this test fail if the repo is
checked out with git.

Added:
    lldb/trunk/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/TestApp.app/Contents/MacOS/.empty
    lldb/trunk/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/TestApp.app/Contents/Resources/.empty

Added: lldb/trunk/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/TestApp.app/Contents/MacOS/.empty
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/TestApp.app/Contents/MacOS/.empty?rev=322271&view=auto
==============================================================================
    (empty)

Added: lldb/trunk/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/TestApp.app/Contents/Resources/.empty
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/TestApp.app/Contents/Resources/.empty?rev=322271&view=auto
==============================================================================
    (empty)




More information about the lldb-commits mailing list