Skip to content

Commit

Permalink
Fix "./onnxruntime_test_all --help" segfault
Browse files Browse the repository at this point in the history
  • Loading branch information
amancini-N committed Nov 14, 2024
1 parent 09c9843 commit 7a50361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxruntime/test/unittest_main/test_main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ int TEST_MAIN(int argc, char** argv) {
int status = 0;

ORT_TRY {
ortenv_setup();
::testing::InitGoogleTest(&argc, argv);
ortenv_setup();

status = RUN_ALL_TESTS();
}
Expand Down

0 comments on commit 7a50361

Please sign in to comment.