[dpdk-dev] [PATCH 1/2] test/test: fix missed failures when running meson test

Van Haaren, Harry harry.van.haaren at intel.com
Thu Dec 21 11:44:41 CET 2017


> From: Richardson, Bruce
> Sent: Thursday, December 21, 2017 10:15 AM
> To: dev at dpdk.org
> Cc: Van Haaren, Harry <harry.van.haaren at intel.com>; Richardson, Bruce
> <bruce.richardson at intel.com>
> Subject: [PATCH 1/2] test/test: fix missed failures when running meson test
> 
> When using meson test, and/or the DPDK_TEST environment variable for
> running specific tests, the return value from the test binary was the value
> returned from the unit test runner function. However, not all tests use
> that unit test runner infrastructure - some are regular functions, and so
> the failure of those tests would not be recognised.
> 
> Fix this by setting the last_test_result value inside the command-line
> function that calls the individual test fns and that prints the "Test OK"
> or "Test Failure" messages.
> 
> Fixes: d79a9657a78c ("meson: add tests app to build")
> 
> Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>


Reviewed-by: Harry van Haaren <harry.van.haaren at intel.com>


More information about the dev mailing list