Fix a bug in hphp/test/run

Esse commit está contido em:
Jordan DeLong
2013-05-20 07:08:55 -07:00
commit de Sara Golemon
commit 943acd54c6
+1 -1
Ver Arquivo
@@ -174,7 +174,7 @@ function find_config($tests, $name) {
return find_config_for_dir($test, $name);
}, $tests);
$configs = array_unique($configs);
if (!count($configs) == 1) {
if (count($configs) != 1) {
error(
"These tests would use many different configs and we only support ".
"using one for all the tests. Need these configs: ".