Merge "init_kill_services_test: clearer logs"
This commit is contained in:
commit
bc21816d5b
1 changed files with 2 additions and 2 deletions
|
|
@ -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()));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue