Enable Windows tests

This commit is contained in:
Mohamed Oulmahdi 2022-05-31 12:01:57 +02:00
parent 81e81c6799
commit 3c4c485ef2
1 changed files with 0 additions and 8 deletions

View File

@ -1806,14 +1806,6 @@ int main(int argc, char* argv[]) {
auto opts = CLIOptions::parseArgs(argc, argv);
const auto role = opts.role;
#ifdef _WIN32
// For now, ignore all tests for Windows
if (role == ServerRole::Simulation || role == ServerRole::UnitTests || role == ServerRole::Test) {
printf("Windows tests are not supported yet\n");
flushAndExit(FDB_EXIT_SUCCESS);
}
#endif
if (role == ServerRole::Simulation)
printf("Random seed is %u...\n", opts.randomSeed);