Use the same repo for config-debugger-server.hdf as is used by cli.hdf.

When the debugger tests run, the repo location defaults to ~. This leads to failures when the network is slow.
Esse commit está contido em:
Herman Venter
2013-05-13 18:28:43 -07:00
commit de Sara Golemon
commit f411d5dde9
2 arquivos alterados com 10 adições e 1 exclusões
+8
Ver Arquivo
@@ -28,3 +28,11 @@ Sandbox {
# only match hphpd.<user>.sth.sth, not any requests
Pattern = hphpd\.([a-z0-9_-]+)\.[a-z0-9_-]+\.[a-z0-9_-]+
}
Repo {
Local.Mode = r-
Central.Path = /var/facebook/hhvm/cli_%{schema}.hhbc
Eval.Mode = readonly
Commit = true
DebugInfo = true
}
+2 -1
Ver Arquivo
@@ -15,7 +15,8 @@ VERIFY_SCRIPT=./hphp/test/verify
PARSE_TEST=$FBMAKE_BIN_ROOT/hphp/util/parser/test/parse_tester
# some tests are expected not to parse
PARSE_SKIP='dv_i0.php strict_bad_end.php strict_bad_start.php
PARSE_SKIP='dv_i0.php hh_bad_end.php hh_bad_start.php hh_numbers.php
strict_bad_end.php strict_bad_start.php
strict_numbers.php syntax-error.php xhp-malformed.php Xhp.php
trailing_comma_bad1.php trailing_comma_bad2.php trailing_comma_bad3.php
trailing_comma_bad4.php trailing_comma_bad5.php trailing_comma_bad6.php'