fixed_port.cpp 213 B

12345678910
  1. #include "fixed_port.h"
  2. #include <util/system/env.h>
  3. #include <stdlib.h>
  4. bool NBus::NTest::IsFixedPortTestAllowed() {
  5. // TODO: report skipped tests to test
  6. return !GetEnv("MB_TESTS_SKIP_FIXED_PORT");
  7. }