All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH] kmsg01: fix test failure caused by not compiling it
@ 2013-07-11  8:47 Wanlong Gao
  2013-07-11  8:58 ` Jan Stancek
  0 siblings, 1 reply; 3+ messages in thread
From: Wanlong Gao @ 2013-07-11  8:47 UTC (permalink / raw)
  To: LTP

We didn't compile and install this case, so this case will
fail by "No such file":

initiation_status="pan(26250): execvp of 'kmsg01' (tag kmsg01) failed.  errno:2  No such file or directory"

Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
---
 testcases/kernel/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testcases/kernel/Makefile b/testcases/kernel/Makefile
index 4b4800d..8b00be9 100644
--- a/testcases/kernel/Makefile
+++ b/testcases/kernel/Makefile
@@ -42,6 +42,7 @@ SUBDIRS			+= connectors \
 			   hotplug \
 			   io \
 			   ipc \
+			   logging \
 			   mem \
 			   numa \
 			   performance_counters \
-- 
1.8.3.2.634.g7a3187e


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [LTP] [PATCH] kmsg01: fix test failure caused by not compiling it
  2013-07-11  8:47 [LTP] [PATCH] kmsg01: fix test failure caused by not compiling it Wanlong Gao
@ 2013-07-11  8:58 ` Jan Stancek
  2013-07-12  0:43   ` Wanlong Gao
  0 siblings, 1 reply; 3+ messages in thread
From: Jan Stancek @ 2013-07-11  8:58 UTC (permalink / raw)
  To: Wanlong Gao; +Cc: LTP





----- Original Message -----
> From: "Wanlong Gao" <gaowanlong@cn.fujitsu.com>
> To: "LTP" <ltp-list@lists.sourceforge.net>
> Cc: jstancek@redhat.com, "Wanlong Gao" <gaowanlong@cn.fujitsu.com>
> Sent: Thursday, 11 July, 2013 10:47:12 AM
> Subject: [PATCH] kmsg01: fix test failure caused by not compiling it
> 
> We didn't compile and install this case, so this case will
> fail by "No such file":
> 
> initiation_status="pan(26250): execvp of 'kmsg01' (tag kmsg01) failed.
> errno:2  No such file or directory"
> 
> Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>

Reviewed-by: Jan Stancek <jstancek@redhat.com>

Good catch, I made a full build and install to confirm it builds.

Thanks,
Jan

> ---
>  testcases/kernel/Makefile | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/testcases/kernel/Makefile b/testcases/kernel/Makefile
> index 4b4800d..8b00be9 100644
> --- a/testcases/kernel/Makefile
> +++ b/testcases/kernel/Makefile
> @@ -42,6 +42,7 @@ SUBDIRS			+= connectors \
>  			   hotplug \
>  			   io \
>  			   ipc \
> +			   logging \
>  			   mem \
>  			   numa \
>  			   performance_counters \
> --
> 1.8.3.2.634.g7a3187e
> 
> 

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [LTP] [PATCH] kmsg01: fix test failure caused by not compiling it
  2013-07-11  8:58 ` Jan Stancek
@ 2013-07-12  0:43   ` Wanlong Gao
  0 siblings, 0 replies; 3+ messages in thread
From: Wanlong Gao @ 2013-07-12  0:43 UTC (permalink / raw)
  To: Jan Stancek; +Cc: LTP

On 07/11/2013 04:58 PM, Jan Stancek wrote:
> 
> 
> 
> ----- Original Message -----
>> > From: "Wanlong Gao" <gaowanlong@cn.fujitsu.com>
>> > To: "LTP" <ltp-list@lists.sourceforge.net>
>> > Cc: jstancek@redhat.com, "Wanlong Gao" <gaowanlong@cn.fujitsu.com>
>> > Sent: Thursday, 11 July, 2013 10:47:12 AM
>> > Subject: [PATCH] kmsg01: fix test failure caused by not compiling it
>> > 
>> > We didn't compile and install this case, so this case will
>> > fail by "No such file":
>> > 
>> > initiation_status="pan(26250): execvp of 'kmsg01' (tag kmsg01) failed.
>> > errno:2  No such file or directory"
>> > 
>> > Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
> Reviewed-by: Jan Stancek <jstancek@redhat.com>
> 
> Good catch, I made a full build and install to confirm it builds.

Pushed, thank you for your review.

Wanlong Gao

> 
> Thanks,
> Jan
> 


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-07-12  0:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-11  8:47 [LTP] [PATCH] kmsg01: fix test failure caused by not compiling it Wanlong Gao
2013-07-11  8:58 ` Jan Stancek
2013-07-12  0:43   ` Wanlong Gao

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.