Enable Windows tests
This commit is contained in:
parent
81e81c6799
commit
3c4c485ef2
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue