Delete the -F command line option from dotest.py.
authorZachary Turner <zturner@google.com>
Wed, 9 Dec 2015 20:48:19 +0000 (20:48 +0000)
committerZachary Turner <zturner@google.com>
Wed, 9 Dec 2015 20:48:19 +0000 (20:48 +0000)
commitd2a93fd6ca28b24ea897e067833aff0a7b1caadb
treeb937a3e281c2e6919089eac157efcb65ac4484eb
parent9edc3b8403e69e30c6ccba87a32140b8f4b87bf2
Delete the -F command line option from dotest.py.

This removes the failfast command line option as part of an effort
to simplify dotest and remove unused command line options.  You can
still Ctrl+C any time you want to exit early.

llvm-svn: 255150
lldb/packages/Python/lldbsuite/test/configuration.py
lldb/packages/Python/lldbsuite/test/dotest.py
lldb/packages/Python/lldbsuite/test/dotest_args.py