Don't tell phabricator about skipped tests in test/run

Esse commit está contido em:
Jordan DeLong
2013-06-26 18:58:42 -07:00
commit de Sara Golemon
commit aac60ddb1e
-1
Ver Arquivo
@@ -325,7 +325,6 @@ class Status {
}
public static function skip($test) {
array_push(self::$results, array('name'=>$test,'status'=>'skipped'));
switch (self::$mode) {
case self::MODE_NORMAL:
if (self::hasColor()) {