[PATCH] D35402: [zorg] Enable running 'lnt runtest test-suite' instead of 'lnt runtest nt'.

Diana Picus via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 14 07:47:31 PDT 2017


rovka accepted this revision.
rovka added a comment.
This revision is now accepted and ready to land.

Hi, I tested this on our internal buildmaster and it seems to work. LGTM.



================
Comment at: zorg/buildbot/builders/ClangBuilder.py:779
+        use_runtest_testsuite = len(nt_flags) == 0
+        if not use_runtest_testsuite:
+            test_suite_cmd = [python, lnt, 'runtest', 'nt',
----------------
Could you throw an error or assert or something to make sure people don't pass in both nt_flags and testsuite_flags?


https://reviews.llvm.org/D35402





More information about the llvm-commits mailing list