1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 09:28:21 +02:00

change default options for tests

This commit is contained in:
krakjoe
2013-12-05 12:06:35 +00:00
parent 8c499c072d
commit ef33b77897
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -2,6 +2,7 @@
# name: basic
# purpose: check basic functionality of phpdbg console
# expect: TEST::EXACT
# options: -rr
#######################################################
# [Nothing to execute!]
#######################################################
+1 -1
View File
@@ -328,7 +328,7 @@ namespace phpdbg\testing {
*/
public function getResult() {
$options = sprintf(
'-i%s -rrqb', $this->file);
'-i%s -qb', $this->file);
if ($this->options) {
$options = sprintf(
+1
View File
@@ -2,6 +2,7 @@
# name: set
# purpose: tests for set commands
# expect: TEST::CISTRING
# options: -rr
#################################################
# setting prompt color
# setting error color