[llvm-commits] [LNT] r167072 - /lnt/trunk/lnt/tests/compile.py

Michael Gottesman mgottesman at apple.com
Tue Oct 30 17:14:19 PDT 2012


Author: mgottesman
Date: Tue Oct 30 19:14:19 2012
New Revision: 167072

URL: http://llvm.org/viewvc/llvm-project?rev=167072&view=rev
Log:
[compile test] Fixed typo.

Modified:
    lnt/trunk/lnt/tests/compile.py

Modified: lnt/trunk/lnt/tests/compile.py
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/lnt/tests/compile.py?rev=167072&r1=167071&r2=167072&view=diff
==============================================================================
--- lnt/trunk/lnt/tests/compile.py (original)
+++ lnt/trunk/lnt/tests/compile.py Tue Oct 30 19:14:19 2012
@@ -421,7 +421,7 @@
 def get_single_file_tests(flags_to_test, test_suite_externals,
                           subdir):
     # Load the project description file from the externals.
-    path = os.path.join(test_suite_externals, test_suite_externals_subdir,
+    path = os.path.join(test_suite_externals, subdir,
                         "project_list.json")
     with open(path) as f:
         all_tests = json.load(f).get('single-file', [])





More information about the llvm-commits mailing list