about summary refs log tree commit diff
path: root/tests/run-make
diff options
context:
space:
mode:
authorAugie Fackler <augie@google.com>2023-04-28 18:37:26 -0400
committerAugie Fackler <augie@google.com>2023-04-28 18:37:26 -0400
commit58537cde0607eb3ca4076e00b8e2cfac52827ca1 (patch)
tree0df496be0a46f4c4d26e60a6d7e3cb2ec40154c2 /tests/run-make
parent610f82726172c26d0a9f72fee3d72caad9bdb514 (diff)
downloadrust-58537cde0607eb3ca4076e00b8e2cfac52827ca1.tar.gz
rust-58537cde0607eb3ca4076e00b8e2cfac52827ca1.zip
junit: fix typo in comment and don't include output for passes when not requested
Diffstat (limited to 'tests/run-make')
-rw-r--r--tests/run-make/libtest-junit/output-default.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-make/libtest-junit/output-default.xml b/tests/run-make/libtest-junit/output-default.xml
index 0c300611e1f..d59e07b8ad8 100644
--- a/tests/run-make/libtest-junit/output-default.xml
+++ b/tests/run-make/libtest-junit/output-default.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="UTF-8"?><testsuites><testsuite name="test" package="test" id="0" errors="0" failures="1" tests="4" skipped="1" ><testcase classname="unknown" name="a" time="$TIME"><system-out><![CDATA[print from successful test]]>&#xA;<![CDATA[]]></system-out></testcase><testcase classname="unknown" name="b" time="$TIME"><failure type="assert"/><system-out><![CDATA[print from failing test]]>&#xA;<![CDATA[thread 'b' panicked at 'assertion failed: false', f.rs:10:5]]>&#xA;<![CDATA[note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace]]>&#xA;<![CDATA[]]></system-out></testcase><testcase classname="unknown" name="c" time="$TIME"><system-out><![CDATA[thread 'c' panicked at 'assertion failed: false', f.rs:16:5]]>&#xA;<![CDATA[]]></system-out></testcase><system-out/><system-err/></testsuite></testsuites>
+<?xml version="1.0" encoding="UTF-8"?><testsuites><testsuite name="test" package="test" id="0" errors="0" failures="1" tests="4" skipped="1" ><testcase classname="unknown" name="a" time="$TIME"/><testcase classname="unknown" name="b" time="$TIME"><failure type="assert"/><system-out><![CDATA[print from failing test]]>&#xA;<![CDATA[thread 'b' panicked at 'assertion failed: false', f.rs:10:5]]>&#xA;<![CDATA[note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace]]>&#xA;<![CDATA[]]></system-out></testcase><testcase classname="unknown" name="c" time="$TIME"/><system-out/><system-err/></testsuite></testsuites>