Loading tests/test-env.cpp +4 −1 Original line number Diff line number Diff line Loading @@ -160,8 +160,11 @@ test_env::~test_env() { } void test_env::notify_success() { if(::getenv("KEEP_TEST_SUBDIR") == NULL) { m_test_succeeded = true; } } std::tuple<const char*, bfs::path> test_env::create_namespace(std::string nsid, bfs::path mnt, size_t quota) { Loading Loading
tests/test-env.cpp +4 −1 Original line number Diff line number Diff line Loading @@ -160,8 +160,11 @@ test_env::~test_env() { } void test_env::notify_success() { if(::getenv("KEEP_TEST_SUBDIR") == NULL) { m_test_succeeded = true; } } std::tuple<const char*, bfs::path> test_env::create_namespace(std::string nsid, bfs::path mnt, size_t quota) { Loading