提交 cc3393a7 编写于 作者: K Kohsuke Kawaguchi

don't active unless it's run from tests

上级 d0db609a
......@@ -52,6 +52,8 @@ public class TestExtensionLoader extends ExtensionFinder {
List<ExtensionComponent<T>> result = new ArrayList<ExtensionComponent<T>>();
if (env==null) return result; // not in a test
ClassLoader cl = hudson.getPluginManager().uberClassLoader;
for (IndexItem<TestExtension,Object> item : Index.load(TestExtension.class, Object.class, cl)) {
try {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册