lytboris Thu, 25 Aug 2011 06:00:11 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=315461
Log: tune test's README more per FR #55474 Bug: https://bugs.php.net/55474 (Feedback) Improve tests/README... Changed paths: U php/php-src/branches/PHP_5_4/ext/snmp/tests/README U php/php-src/trunk/ext/snmp/tests/README Modified: php/php-src/branches/PHP_5_4/ext/snmp/tests/README =================================================================== --- php/php-src/branches/PHP_5_4/ext/snmp/tests/README 2011-08-25 02:05:18 UTC (rev 315460) +++ php/php-src/branches/PHP_5_4/ext/snmp/tests/README 2011-08-25 06:00:11 UTC (rev 315461) @@ -16,6 +16,13 @@ SNMP_COMMUNITY_WRITE : community used for write tests (snmpset()). SNMP_MIBDIR : Directory containing MIBS +To run test suite you may use this command (presuming that you pwd is where +this README file is located): +> make -C ../../.. test TESTS="`cd ../../..; /bin/ls -1 ext/snmp/tests/*.phpt | xargs echo`" +Running run-tests.php directly will clear your environment and therefore +tests will fail if your SNMP configuration does not fit into default values +specified in snmp_include.inc. + ** Configuring the SNMPD server ** On Linux/FreeBSD Modified: php/php-src/trunk/ext/snmp/tests/README =================================================================== --- php/php-src/trunk/ext/snmp/tests/README 2011-08-25 02:05:18 UTC (rev 315460) +++ php/php-src/trunk/ext/snmp/tests/README 2011-08-25 06:00:11 UTC (rev 315461) @@ -16,6 +16,13 @@ SNMP_COMMUNITY_WRITE : community used for write tests (snmpset()). SNMP_MIBDIR : Directory containing MIBS +To run test suite you may use this command (presuming that you pwd is where +this README file is located): +> make -C ../../.. test TESTS="`cd ../../..; /bin/ls -1 ext/snmp/tests/*.phpt | xargs echo`" +Running run-tests.php directly will clear your environment and therefore +tests will fail if your SNMP configuration does not fit into default values +specified in snmp_include.inc. + ** Configuring the SNMPD server ** On Linux/FreeBSD
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php