提交 b64ecce9 编写于 作者: K kohsuke

Merged revisions 33810-33811 via svnmerge from

https://www.dev.java.net/svn/hudson/branches/rc

........
  r33810 | kohsuke | 2010-08-13 17:43:28 -0700 (Fri, 13 Aug 2010) | 1 line
  
  bug in the test harness.
........
  r33811 | kohsuke | 2010-08-13 17:44:11 -0700 (Fri, 13 Aug 2010) | 1 line
  
  bug in the test harness.
........


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@33812 71c3de6d-444a-0410-be80-ed276b4c234a
上级 3b8eea6c
......@@ -554,7 +554,7 @@ public abstract class HudsonTestCase extends TestCase implements RootAction {
}
public DumbSlave createSlave(Label l, EnvVars env) throws Exception {
return createSlave(l.getName(), null);
return createSlave(l==null ? null : l.getName(), env);
}
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册