[dpdk-dev] [PATCH] app/test: return error code on failed tests

2015-06-15 Thread Thomas Monjalon
2015-06-11 15:48, John McNamara: > This change returns a system error code if tests fail when > running any of the "make test" targets. > > This allows the tests to report failures while running in > continuous integration environments. > > Previously "make test" returned $? == 0 for all combinat

[dpdk-dev] [PATCH] app/test: return error code on failed tests

2015-06-11 Thread John McNamara
This change returns a system error code if tests fail when running any of the "make test" targets. This allows the tests to report failures while running in continuous integration environments. Previously "make test" returned $? == 0 for all combinations of success, failure and exception conditio