Skip to content

Commit

Permalink
[FIXED JENKINS-15759] don't hide launcher OS type
Browse files Browse the repository at this point in the history
  • Loading branch information
ndeloof committed Nov 7, 2012
1 parent 813dc9e commit 7ed015b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/hudson/plugins/clover/CloverBuildWrapper.java
Expand Up @@ -157,6 +157,11 @@ public CloverDecoratingLauncher(Launcher outer, CIOptions.Builder options, Strin
this.license = license;
}

@Override
public boolean isUnix() {
return outer.isUnix();
}

@Override
public Proc launch(ProcStarter starter) throws IOException {

Expand Down

0 comments on commit 7ed015b

Please sign in to comment.