From b6f60e2f2c7d6eb40627acb0d39093909fe1adee Mon Sep 17 00:00:00 2001 From: ptarjan Date: Wed, 17 Apr 2013 13:28:34 -0700 Subject: [PATCH] fix runtests --- hphp/tools/run_verify_parse.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/hphp/tools/run_verify_parse.sh b/hphp/tools/run_verify_parse.sh index 92f88b0ff..98ca2680a 100755 --- a/hphp/tools/run_verify_parse.sh +++ b/hphp/tools/run_verify_parse.sh @@ -9,13 +9,15 @@ # : ${FBMAKE_BIN_ROOT=$HPHP_HOME/_bin} +cd $HPHP_HOME/hphp + VERIFY_SCRIPT=./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 \ - strict_numbers.php syntax-error.php xhp-malformed.php Xhp.php \ - trailing_comma_bad1.php trailing_comma_bad2.php trailing_comma_bad3.php \ +PARSE_SKIP='dv_i0.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' PARSE_SKIP="$PARSE_SKIP $(cd test/quick && ls parse_fail_*.php)"