Skip to content

Commit

Permalink
Picking up release of jenkinsci/jenkins-test-harness#127.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Apr 2, 2019
1 parent ceda3d9 commit 9ed1168
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test-pom/pom.xml
Expand Up @@ -54,7 +54,7 @@ THE SOFTWARE.
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jenkins-test-harness</artifactId>
<version>2.47</version>
<version>2.49</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down
4 changes: 1 addition & 3 deletions test/src/test/java/hudson/util/ArgumentListBuilder2Test.java
Expand Up @@ -70,9 +70,7 @@ public void slaveMask() throws Exception {
args.addMasked("-version");

Slave s = j.createOnlineSlave();
/* TODO https://github.com/jenkinsci/jenkins-test-harness/pull/127
j.showSlaveLogs(s, logging);
*/
j.showAgentLogs(s, logging);

StringWriter out = new StringWriter();
assertEquals(0,s.createLauncher(new StreamTaskListener(out)).launch().cmds(args).join());
Expand Down

0 comments on commit 9ed1168

Please sign in to comment.