mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
modify lldb test results formatter for upstream
Adapt build-script-impl LLDB test suite runner launch code for the LLDB package name changes that occurred upstream.
This commit is contained in:
@@ -2096,11 +2096,11 @@ for deployment_target in "${STDLIB_DEPLOYMENT_TARGETS[@]}"; do
|
|||||||
if [[ "${LLDB_TEST_WITH_CURSES}" ]]; then
|
if [[ "${LLDB_TEST_WITH_CURSES}" ]]; then
|
||||||
# Setup the curses results formatter.
|
# Setup the curses results formatter.
|
||||||
LLDB_FORMATTER_OPTS="\
|
LLDB_FORMATTER_OPTS="\
|
||||||
--results-formatter lldbsuite.test.curses_results.Curses \
|
--results-formatter lldbsuite.test_event.formatter.curses.Curses \
|
||||||
--results-file /dev/stdout"
|
--results-file /dev/stdout"
|
||||||
else
|
else
|
||||||
LLDB_FORMATTER_OPTS="\
|
LLDB_FORMATTER_OPTS="\
|
||||||
--results-formatter lldbsuite.test.xunit_formatter.XunitFormatter \
|
--results-formatter lldbsuite.test_event.formatter.xunit.XunitFormatter \
|
||||||
--results-file ${results_dir}/results.xml \
|
--results-file ${results_dir}/results.xml \
|
||||||
-O--xpass=ignore"
|
-O--xpass=ignore"
|
||||||
# Setup the xUnit results formatter.
|
# Setup the xUnit results formatter.
|
||||||
|
|||||||
Reference in New Issue
Block a user