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

Commit bc21816d authored by Steven Moreland's avatar Steven Moreland Committed by Gerrit Code Review
Browse files

Merge "init_kill_services_test: clearer logs"

parents 1d25c20a d9d4034d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,8 +29,8 @@ void ExpectKillingServiceRecovers(const std::string& service_name) {

    const std::string initial_pid = GetProperty(pid_prop, "");

    EXPECT_EQ("running", GetProperty(status_prop, "")) << status_prop;
    EXPECT_NE("", initial_pid) << pid_prop;
    ASSERT_EQ("running", GetProperty(status_prop, "")) << status_prop;
    ASSERT_NE("", initial_pid) << pid_prop;

    EXPECT_EQ(0, system(("kill -9 " + initial_pid).c_str()));