From 958df942ce7071d8c8045b717caa2cd6d98fdf69 Mon Sep 17 00:00:00 2001 From: Eric Caruso Date: Thu, 6 Jun 2013 09:24:24 -0700 Subject: [PATCH] replicating readline control characters in test output Readline is awful and dumps characters in the output. This was causing tests to act weird on another build. --- hphp/test/quick/debugger/flow.php.expectf | 2 +- hphp/test/quick/debugger/flow2.php.expectf | 2 +- hphp/test/quick/debugger/flow_gen.php.expectf | 2 +- hphp/test/quick/debugger/printThis.php.expectf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hphp/test/quick/debugger/flow.php.expectf b/hphp/test/quick/debugger/flow.php.expectf index eee782bc1..53a41386b 100644 --- a/hphp/test/quick/debugger/flow.php.expectf +++ b/hphp/test/quick/debugger/flow.php.expectf @@ -2,7 +2,7 @@ Welcome to HipHop Debugger! Type "help" or "?" for a complete list of commands. Program %s/flow.php loaded. Type '[r]un' or '[c]ontinue' to go. -hphpd> break cls::pub() +%Shphpd> break cls::pub() Breakpoint 1 set upon entering cls::pub() hphpd> run flow_t.php loaded diff --git a/hphp/test/quick/debugger/flow2.php.expectf b/hphp/test/quick/debugger/flow2.php.expectf index d3e2860d5..3c700e633 100644 --- a/hphp/test/quick/debugger/flow2.php.expectf +++ b/hphp/test/quick/debugger/flow2.php.expectf @@ -2,7 +2,7 @@ Welcome to HipHop Debugger! Type "help" or "?" for a complete list of commands. Program %s/flow2.php loaded. Type '[r]un' or '[c]ontinue' to go. -hphpd> run +%Shphpd> run flow2.php done Program %s/flow2.php exited normally. hphpd> break test() diff --git a/hphp/test/quick/debugger/flow_gen.php.expectf b/hphp/test/quick/debugger/flow_gen.php.expectf index c7153e21c..dfc631791 100644 --- a/hphp/test/quick/debugger/flow_gen.php.expectf +++ b/hphp/test/quick/debugger/flow_gen.php.expectf @@ -2,7 +2,7 @@ Welcome to HipHop Debugger! Type "help" or "?" for a complete list of commands. Program %s/flow_gen.php loaded. Type '[r]un' or '[c]ontinue' to go. -hphpd> run +%Shphpd> run flow_gen.php loaded Program %s/flow_gen.php exited normally. hphpd> break flow_gen.php:12 diff --git a/hphp/test/quick/debugger/printThis.php.expectf b/hphp/test/quick/debugger/printThis.php.expectf index 812fb398e..c85324d2e 100644 --- a/hphp/test/quick/debugger/printThis.php.expectf +++ b/hphp/test/quick/debugger/printThis.php.expectf @@ -2,7 +2,7 @@ Welcome to HipHop Debugger! Type "help" or "?" for a complete list of commands. Program %sprintThis.php loaded. Type '[r]un' or '[c]ontinue' to go. -hphpd> break printThis.php:5 +%Shphpd> break printThis.php:5 Breakpoint 1 set on line 5 of printThis.php hphpd> run Breakpoint 1 reached at Foo::method() on line 5 of %sprintThis.php