Skip to content

Commit

Permalink
Fix validate return status on exception (#8767)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Chane <[email protected]>
  • Loading branch information
rchane authored Feb 18, 2025
1 parent 729ad51 commit 6d58022
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime_src/core/tools/xbutil2/SubCmdValidate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ run_test_suite_device( const std::shared_ptr<xrt_core::device>& device,
ptTest = testPtr->get_test_header();
XBValidateUtils::logger(ptTest, "Error", "The test timed out");
ptTest.put("status", test_token_failed);
status = test_status::failed;
}
ptDeviceTestSuite.push_back( std::make_pair("", ptTest) );

Expand Down

0 comments on commit 6d58022

Please sign in to comment.