diff options
author | Eli Bendersky <eli.bendersky@intel.com> | 2012-02-16 06:28:33 +0000 |
---|---|---|
committer | Eli Bendersky <eli.bendersky@intel.com> | 2012-02-16 06:28:33 +0000 |
commit | 0f0c411079cd21bb3a81a1b70bf8c67539a16c22 (patch) | |
tree | c387d12156e467f3fe89e7893e3ec1f330a44b2f /test/lit.cfg | |
parent | d8d110e08ab3fee8d0a2b758c893b7966fd2d3d8 (diff) |
Replace all instances of dg.exp file with lit.local.cfg, since all tests are run with LIT now and now Dejagnu. dg.exp is no longer needed.
Patch reviewed by Daniel Dunbar. It will be followed by additional cleanup patches.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150664 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/lit.cfg')
-rw-r--r-- | test/lit.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lit.cfg b/test/lit.cfg index f3302a2d6c..acbe97aa6d 100644 --- a/test/lit.cfg +++ b/test/lit.cfg @@ -253,7 +253,6 @@ def on_clone(parent, cfg, for_path): libPath = os.path.join(os.path.dirname(for_path), 'dg.exp') if not os.path.exists(libPath): - cfg.unsupported = True return # Reset unsupported, in case we inherited it. |