Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'JENKINS-22641' of github.com:christ66/jenkins
  • Loading branch information
jglick committed Jul 22, 2014
2 parents f4f28ff + 0826f09 commit 0f3574b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/src/test/java/hudson/util/ProcessTreeKillerTest.java
Expand Up @@ -47,11 +47,7 @@ public void testProcessProperlyKilledUnix() throws Exception {

processJob.getBuildersList().add(new Shell("ps -ef | grep sleep"));

String log = processJob.scheduleBuild2(0).get().getLog();

System.err.println("LOGS: " + log);

assertFalse("Did not properly kill task", log.contains("sleep 100000"));
assertLogNotContains("sleep 100000", processJob.scheduleBuild2(0).get());
}

}

0 comments on commit 0f3574b

Please sign in to comment.