浏览代码

[CI] failed test should fail

The redundant Config.success shadowed System.success...
Andy Li 8 年之前
父节点
当前提交
a51a838608
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      tests/runci/Config.hx

+ 0 - 1
tests/runci/Config.hx

@@ -17,7 +17,6 @@ class Config {
 	static public final miscDir = cwd + "misc/";
 	static public final displayDir = cwd + "display/";
 	static public final serverDir = cwd + "server/";
-	static public var success(default, null) = true;
 
 	static public final ci:Null<Ci> =
 		if (Sys.getEnv("TRAVIS") == "true")