=== modified file 'storage/ndb/test/src/NDBT_Test.cpp' --- storage/ndb/test/src/NDBT_Test.cpp 2013-02-26 06:21:48 +0000 +++ storage/ndb/test/src/NDBT_Test.cpp 2013-06-04 00:15:25 +0000 @@ -727,8 +727,10 @@ waitSteps(); for(i = 0; i < steps.size(); i++) - if (results[i] != NDBT_OK) + if (results[i] != NDBT_OK) { res = NDBT_FAILED; + break; + } return res; }