]> granicus.if.org Git - php/commitdiff
change default options for tests
authorkrakjoe <joe.watkins@live.co.uk>
Thu, 5 Dec 2013 12:06:35 +0000 (12:06 +0000)
committerkrakjoe <joe.watkins@live.co.uk>
Thu, 5 Dec 2013 12:06:35 +0000 (12:06 +0000)
tests/basic.test
tests/run-tests.php
tests/set.test

index 79db6aa8a8adf859b7f25fef53d518a928016aab..08aa9ab6644600751540b8f09f3d7a8e4f5aa7f7 100644 (file)
@@ -2,6 +2,7 @@
 # name: basic
 # purpose: check basic functionality of phpdbg console
 # expect: TEST::EXACT
+# options: -rr
 #######################################################
 # [Nothing to execute!]
 #######################################################
index e63777320cece8fe6ef230880e09caa048790b18..397e91a8ae4016a6fbe6e5ea9373e6d88cb2b32c 100644 (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(
index e85cacc321f91d55e8d7cffce64bb71a02d4ac58..7720f94fff61d230554403596fd16b7ee32bd826 100644 (file)
@@ -2,6 +2,7 @@
 # name: set
 # purpose: tests for set commands
 # expect: TEST::CISTRING
+# options: -rr
 #################################################
 # setting prompt color
 # setting error color