Diff between 04edc07733775f4f6eca5df6572c72dfbec39059 and 880f5459a8008532862b076515a962d9938747d0

Changed Files

File Additions Deletions Status
tools/mgmt-tester.c +1 -1 modified

Full Patch

diff --git a/tools/mgmt-tester.c b/tools/mgmt-tester.c
index a67860d..f6eac30 100644
--- a/tools/mgmt-tester.c
+++ b/tools/mgmt-tester.c
@@ -6304,7 +6304,7 @@ static void command_generic_callback(uint8_t status, uint16_t length,
 			test->send_opcode, mgmt_errstr(status), status);
 
 	if (status != test->expect_status) {
-		tester_test_failed();
+		tester_test_abort();
 		return;
 	}