* [LTP] [PATCH] runltp: Remove excess quotes from final message
@ 2012-03-06 10:28 Markos Chandras
2012-03-06 14:45 ` Garrett Cooper
2012-03-07 2:51 ` Caspar Zhang
0 siblings, 2 replies; 4+ messages in thread
From: Markos Chandras @ 2012-03-06 10:28 UTC (permalink / raw)
To: ltp-list
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
---
runltp | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/runltp b/runltp
index 4ef8b38..fc3515b 100755
--- a/runltp
+++ b/runltp
@@ -948,11 +948,11 @@ main()
{
cat <<-EOF >&1
- ###############################################################"
+ ###############################################################
- Done executing testcases."
+ Done executing testcases.
LTP Version: $version_date
- ###############################################################"
+ ###############################################################
EOF
}
--
1.7.1
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [LTP] [PATCH] runltp: Remove excess quotes from final message
2012-03-06 10:28 [LTP] [PATCH] runltp: Remove excess quotes from final message Markos Chandras
@ 2012-03-06 14:45 ` Garrett Cooper
2012-03-07 1:02 ` Wanlong Gao
2012-03-07 2:51 ` Caspar Zhang
1 sibling, 1 reply; 4+ messages in thread
From: Garrett Cooper @ 2012-03-06 14:45 UTC (permalink / raw)
To: Markos Chandras; +Cc: ltp-list
On Tue, Mar 6, 2012 at 2:28 AM, Markos Chandras
<markos.chandras@imgtec.com> wrote:
> Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
> ---
> runltp | 6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/runltp b/runltp
> index 4ef8b38..fc3515b 100755
> --- a/runltp
> +++ b/runltp
> @@ -948,11 +948,11 @@ main()
> {
> cat <<-EOF >&1
>
> - ###############################################################"
> + ###############################################################
>
> - Done executing testcases."
> + Done executing testcases.
> LTP Version: $version_date
> - ###############################################################"
> + ###############################################################
>
> EOF
> }
Reviewed-by: Garrett Cooper <yanegomi@gmail.com>
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [LTP] [PATCH] runltp: Remove excess quotes from final message
2012-03-06 14:45 ` Garrett Cooper
@ 2012-03-07 1:02 ` Wanlong Gao
0 siblings, 0 replies; 4+ messages in thread
From: Wanlong Gao @ 2012-03-07 1:02 UTC (permalink / raw)
To: Markos Chandras; +Cc: ltp-list
On 03/06/2012 10:45 PM, Garrett Cooper wrote:
> On Tue, Mar 6, 2012 at 2:28 AM, Markos Chandras
> <markos.chandras@imgtec.com> wrote:
>> Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
>> ---
>> runltp | 6 +++---
>> 1 files changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/runltp b/runltp
>> index 4ef8b38..fc3515b 100755
>> --- a/runltp
>> +++ b/runltp
>> @@ -948,11 +948,11 @@ main()
>> {
>> cat <<-EOF >&1
>>
>> - ###############################################################"
>> + ###############################################################
>>
>> - Done executing testcases."
>> + Done executing testcases.
>> LTP Version: $version_date
>> - ###############################################################"
>> + ###############################################################
>>
>> EOF
>> }
>
> Reviewed-by: Garrett Cooper <yanegomi@gmail.com>
Picked to my tree, thanks
-Wanlong Gao
>
> ------------------------------------------------------------------------------
> Keep Your Developer Skills Current with LearnDevNow!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-d2d
> _______________________________________________
> Ltp-list mailing list
> Ltp-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ltp-list
>
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [LTP] [PATCH] runltp: Remove excess quotes from final message
2012-03-06 10:28 [LTP] [PATCH] runltp: Remove excess quotes from final message Markos Chandras
2012-03-06 14:45 ` Garrett Cooper
@ 2012-03-07 2:51 ` Caspar Zhang
1 sibling, 0 replies; 4+ messages in thread
From: Caspar Zhang @ 2012-03-07 2:51 UTC (permalink / raw)
To: Markos Chandras; +Cc: ltp-list
On 03/06/2012 06:28 PM, Markos Chandras wrote:
> Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
> ---
> runltp | 6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/runltp b/runltp
> index 4ef8b38..fc3515b 100755
> --- a/runltp
> +++ b/runltp
> @@ -948,11 +948,11 @@ main()
> {
> cat <<-EOF >&1
>
> - ###############################################################"
> + ###############################################################
>
> - Done executing testcases."
> + Done executing testcases.
> LTP Version: $version_date
> - ###############################################################"
> + ###############################################################
>
> EOF
> }
Hi, Committed.
Thanks,
Caspar
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-03-07 2:52 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-06 10:28 [LTP] [PATCH] runltp: Remove excess quotes from final message Markos Chandras
2012-03-06 14:45 ` Garrett Cooper
2012-03-07 1:02 ` Wanlong Gao
2012-03-07 2:51 ` Caspar Zhang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox