com php-langspec: Fix description on how to run the tests: tests/README.md

[email protected] (Christoph Michael Becker) Wed, 29 Aug 2018 17:18:00 +0000
Newsgroups php.standards.cvs
Message-ID <[email protected]>
Commit:    7d350634b44d0688d8dda9f3599b086ad48ada6f=0AAuthor:    Christoph =
M. Becker <[email protected]>         Wed, 29 Aug 2018 19:18:00 +0200=0APar=
ents:   63375439ff7e8a1be93d0ef7d3c3b4833d5e35a0=0ABranches:  master=0A=0AL=
ink:       http://git.php.net/?p=3Dphp-langspec.git;a=3Dcommitdiff;h=3D7d35=
0634b44d0688d8dda9f3599b086ad48ada6f=0A=0ALog:=0AFix description on how to =
run the tests=0A=0AAs of commit 8af91fd41cf74b67324b04455d904f095c6a3280 al=
l tests are=0APHPTs, and make_phpt has been removed.  We adjust the docs ac=
cordingly.=0A=0AChanged paths:=0A  M  tests/README.md=0A=0A=0ADiff:=0Adiff =
--git a/tests/README.md b/tests/README.md=0Aindex 0acf137..f5e7e2e 100644=
=0A--- a/tests/README.md=0A+++ b/tests/README.md=0A@@ -4,11 +4,6 @@ If you =
pass this suite, you aren't necessarily spec compliant, but it is a helpf=
=0A =0A ## Usage=0A =0A-To run using the PHP5 test runner, you'll need to c=
onvert to PHP5's .phpt format first.  The following demonstrates writing th=
e tests out to /tmp/phpt:=0A+To run using the PHP test runner, do something=
 like:=0A =0A-    ./make_phpt . /tmp/phpt=0A     TEST_PHP_EXECUTABLE=3D~/ph=
p-src/sapi/cli/php ~/php-src/run-tests.php /tmp/phpt=0A-=0A-To use the HHVM=
 test runner:=0A-=0A-    ~/hhvm/hphp/test/run .=0A