This is an archive of the discontinued LLVM Phabricator instance.

Add --curses shortcut for specifying the curses-based test results formatter.
ClosedPublic

Authored by tfiala on Nov 8 2015, 11:42 AM.

Details

Reviewers
clayborg
Summary

This shortcut is equivalent to specifying:

--results-formatter lldbsuite.test.curses_results.Curses
--results-file stdout (or --results-file /dev/stdout on some systems)

The change adds the --curses shortcut, documenting in the test results argument group. It also ensures the --curses option is removed when running the dotest.py inferiors.

The change also removes a duplicate 'import sys' found while I prepared this.

Diff Detail

Event Timeline

tfiala updated this revision to Diff 39654.Nov 8 2015, 11:42 AM
tfiala retitled this revision from to Add --curses shortcut for specifying the curses-based test results formatter..
tfiala updated this object.
tfiala added a reviewer: clayborg.
tfiala added a subscriber: lldb-commits.
clayborg accepted this revision.Nov 9 2015, 10:08 AM
clayborg edited edge metadata.
This revision is now accepted and ready to land.Nov 9 2015, 10:08 AM
tfiala closed this revision.Nov 9 2015, 10:54 AM

Closed by commit:

Committed r252498
	M	packages/Python/lldbsuite/test/dosep.py
	M	packages/Python/lldbsuite/test/dotest_args.py
	M	packages/Python/lldbsuite/test/dotest.py