fix zend importer

I broke this during the test refactor. And now a few more tests pass, yay.
Esse commit está contido em:
ptarjan
2013-04-18 02:22:29 -07:00
commit de Sara Golemon
commit 0edeb118db
5 arquivos alterados com 5 adições e 1 exclusões
Arquivo normal → Arquivo executável
+5 -1
Ver Arquivo
@@ -57,6 +57,10 @@ bad_tests = (
# line number is inconsistent on stack overflow
'bug41633_3.php',
# broken in Jenkins
'bug35239.php',
'bug54265.php',
)
errors = (
@@ -302,7 +306,7 @@ print "Running all tests from zend/all"
stdout = subprocess.Popen(
[
'tools/verify_to_json.php',
'../test/run',
'test/run',
'test/zend/all',
'interp',
'0',