forked from premiere/premiere-libtorrent
update libsimulator submodule
This commit is contained in:
parent
17869828d7
commit
70448a2c3a
|
@ -1 +1 @@
|
|||
Subproject commit bbba24fc9caf24261e67028b7f8f9b89b832e9eb
|
||||
Subproject commit c7322643e78cad0e1cc00f0f04ebb567a3f11b88
|
|
@ -418,6 +418,7 @@ int EXPORT main(int argc, char const* argv[])
|
|||
if (ec)
|
||||
{
|
||||
std::printf("Failed to create unit test directory: %s\n", ec.message().c_str());
|
||||
output_test_log_to_terminal();
|
||||
return 1;
|
||||
}
|
||||
unit_directory_guard unit_dir_guard{unit_dir};
|
||||
|
@ -425,6 +426,7 @@ int EXPORT main(int argc, char const* argv[])
|
|||
if (ec)
|
||||
{
|
||||
std::printf("Failed to change unit test directory: %s\n", ec.message().c_str());
|
||||
output_test_log_to_terminal();
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
@ -531,6 +533,7 @@ int EXPORT main(int argc, char const* argv[])
|
|||
if (num_run == 0)
|
||||
{
|
||||
std::printf("\x1b[31mTEST_ERROR: no unit tests run\x1b[0m\n");
|
||||
output_test_log_to_terminal();
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue