<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">This patch fixes two duplicated command names in the lnt runtest nt usage message. Right now it looks like this:<div><br></div><div>Usage: lnt lnt runtest nt</div><div><br></div><div>Changed to:</div><div><br></div><div>Usage: lnt runtest nt</div><div><br></div><div><br></div><div><div>Index: lnt/tests/nt.py</div><div>===================================================================</div><div>--- lnt/tests/nt.py<span class="Apple-tab-span" style="white-space:pre">    </span>(revision 188013)</div><div>+++ lnt/tests/nt.py<span class="Apple-tab-span" style="white-space:pre"> </span>(working copy)</div><div>@@ -925,7 +925,7 @@</div><div> </div><div> Basic usage:</div><div> </div><div>-  %%prog %(name)s \\</div><div>+  %(name)s \\</div><div>     --sandbox FOO \\</div><div>     --cc ~/llvm.obj.64/Release/bin/clang \\</div><div>     --test-suite ~/llvm-test-suite</div><div>@@ -955,7 +955,7 @@</div><div> </div><div>     def run_test(self, name, args):</div><div>         parser = OptionParser(</div><div>-            ("%%prog %(name)s [options] tester-name\n" + usage_info) % locals())</div><div>+            ("%(name)s [options] tester-name\n" + usage_info) % locals())</div><div> </div><div>         group = OptionGroup(parser, "Sandbox Options")</div><div>         group.add_option("-s", "--sandbox", dest="sandbox_path",</div></div><div><br></div><div><br><div><div><div apple-content-edited="true">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><br></div><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"></div></div></div></div></div></div></div></body></html>