[LNT] r253649 - [LNT] --spec-with-ref supports --remote now
Adam Nemet via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 19 22:24:30 PST 2015
Author: anemet
Date: Fri Nov 20 00:24:28 2015
New Revision: 253649
URL: http://llvm.org/viewvc/llvm-project?rev=253649&view=rev
Log:
[LNT] --spec-with-ref supports --remote now
This was added to the testsuite in r253629 earlier today.
Modified:
lnt/trunk/lnt/tests/nt.py
Modified: lnt/trunk/lnt/tests/nt.py
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/lnt/tests/nt.py?rev=253649&r1=253648&r2=253649&view=diff
==============================================================================
--- lnt/trunk/lnt/tests/nt.py (original)
+++ lnt/trunk/lnt/tests/nt.py Fri Nov 20 00:24:28 2015
@@ -1885,9 +1885,6 @@ class NTTest(builtintest.BuiltinTest):
if opts.remote_user is not None:
parser.error('--remote is required with --remote-user')
- if opts.test_spec_ref and opts.remote:
- parser.error('--remote with --spec-with-ref is not yet supported')
-
if opts.spec_with_pgo and not opts.test_spec_ref:
parser.error('--spec-with-pgo is only supported with --spec-with-ref')
More information about the llvm-commits
mailing list