[PATCH] D35600: Remove --commit/--commit=0 flags/settings.
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 18 18:35:48 PDT 2017
MatzeB created this revision.
Herald added a subscriber: mcrosier.
This removes the possibility to not commit a run. It was easy to forget
to pass the commit flag by accident while when you wanted to check the
submission syntax you could just as well use `lnt checkformat` instead
of submitting without commit.
This also reverts most of the changes in r308256; as there is little use
in making the flag simpler to use when we can just remove it instead.
Repository:
rL LLVM
https://reviews.llvm.org/D35600
Files:
docs/importing_data.rst
docs/quickstart.rst
docs/tests.rst
docs/tools.rst
lnt/lnttool/import_data.py
lnt/lnttool/main.py
lnt/lnttool/updatedb.py
lnt/lnttool/viewcomparison.py
lnt/server/db/testsuitedb.py
lnt/server/ui/templates/submit_run.html
lnt/server/ui/views.py
lnt/tests/builtintest.py
lnt/tests/compile.py
lnt/tests/nt.py
lnt/tests/test_suite.py
lnt/util/ImportData.py
lnt/util/ServerUtil.py
tests/lnttool/PostgresDB.shtest
tests/lnttool/UpdateDB.py
tests/lnttool/submit.shtest
tests/server/db/ImportProfile.py
tests/server/db/ImportV4TestSuiteInstance.py
tests/server/db/search.py
tests/server/db/yamlschema.shtest
tests/utils/blast.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35600.107226.patch
Type: text/x-patch
Size: 38149 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170719/c49db739/attachment-0001.bin>
More information about the llvm-commits
mailing list