lit: Fix infinite recursion when an out-of-tree test root is located inside the sourc...
authorDaniel Dunbar <daniel@zuster.org>
Fri, 12 Apr 2013 19:09:09 +0000 (19:09 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 12 Apr 2013 19:09:09 +0000 (19:09 +0000)
commit406ef447074421f91c01c41f0e26fdef937e627c
treeb5e67ee6b043ccdf16af5422404c5849d1d824ee
parentf2c2b2009016b44b49f41a35c750f1555f68935b
lit: Fix infinite recursion when an out-of-tree test root is located inside the source test root.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179402 91177308-0d34-0410-b5e6-96231b3b80d8
utils/lit/lit/discovery.py
utils/lit/tests/Inputs/exec-discovery-in-tree/lit.cfg [new file with mode: 0644]
utils/lit/tests/Inputs/exec-discovery-in-tree/obj/lit.site.cfg [new file with mode: 0644]
utils/lit/tests/Inputs/exec-discovery-in-tree/test-one.txt [new file with mode: 0644]
utils/lit/tests/discovery.py