提交 0167e9c5 编写于 作者: C Christian Ehrhardt 提交者: Michal Privoznik

virt-aa-helper-test: only fails go to stdout by default

By Default (without -d) the tests will only print Failures.
So a log should follow general "no message is a good message" style.

But the testfw checks always emit the skip info to stdout. Instead
they should use the redirection that is controlled by -d.

This avoids mesages like the following to clutter the log:
  Skipping FW AAVMF32 test. Could not find /usr/share/AAVMF/AAVMF32_CODE.fd
Signed-off-by: NChristian Ehrhardt <christian.ehrhardt@canonical.com>
上级 a150b86c
......@@ -155,7 +155,7 @@ testfw() {
-e "s,</os>,<loader readonly='yes' type='pflash'>$fwpath</loader></os>,g" "$template_xml" > "$test_xml"
testme "0" "$title" "-r -u $valid_uuid" "$test_xml"
else
echo "Skipping FW $title test. Could not find $fwpath"
echo "Skipping FW $title test. Could not find $fwpath" >$output
fi
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册