helly Wed Oct 23 08:54:57 2002 EDT
Modified files:
/php4 run-tests.php
Log:
remove *.php file for EXPECTF tests, too.
Index: php4/run-tests.php
diff -u php4/run-tests.php:1.82 php4/run-tests.php:1.83
--- php4/run-tests.php:1.82 Wed Oct 23 04:51:17 2002
+++ php4/run-tests.php Wed Oct 23 08:54:57 2002
@@ -547,6 +547,7 @@
var_dump($output);
*/
if (preg_match("/^$wanted_re\$/s", $output)) {
+ @unlink($tmp_file);
echo "PASS $tested\n";
return 'PASSED';
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php