Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d5c6411a authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Allow clearkey tests to run if no vendor modules" into oreo-vts-dev

parents 56906949 95cf540a
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -1598,9 +1598,8 @@ int main(int argc, char** argv) {
#endif
    gVendorModules = new drm_vts::VendorModules(kModulePath);
    if (gVendorModules->getPathList().size() == 0) {
        std::cerr << "No vendor modules found in " << kModulePath <<
                ", exiting" << std::endl;
        exit(-1);
        std::cerr << "WARNING: No vendor modules found in " << kModulePath <<
                ", all vendor tests will be skipped" << std::endl;
    }
    ::testing::InitGoogleTest(&argc, argv);
    return RUN_ALL_TESTS();