This will make it easier to get the Address Sanitizer output in cases where we only have the testsuite.log, which happens with some autobuilders.
Signed-off-by: Ben Pfaff <[email protected]> --- tests/ovs-macros.at | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ovs-macros.at b/tests/ovs-macros.at index f2e6114ae822..fe7f0aa90f20 100644 --- a/tests/ovs-macros.at +++ b/tests/ovs-macros.at @@ -190,6 +190,7 @@ OVS_START_SHELL_HELPERS ovs_cleanup() { if test "$(echo asan.*)" != 'asan.*'; then echo "Address Sanitizer reported errors in:" asan.* + cat asan.* AT_FAIL_IF([:]) fi } -- 2.16.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
