All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH lttng-tools] Tests: check for lttng-modules presence
       [not found] <20190325184939.24845-1-jonathan.rajotte-julien@efficios.com>
@ 2019-03-29 18:15 ` Jérémie Galarneau
       [not found] ` <20190329181555.GB28162@gmail.com>
  1 sibling, 0 replies; 4+ messages in thread
From: Jérémie Galarneau @ 2019-03-29 18:15 UTC (permalink / raw)
  To: Jonathan Rajotte; +Cc: lttng-dev, jgalar

Merged in master, stable-2.11, and stable-2.10.

Thanks!
Jérémie

On Mon, Mar 25, 2019 at 02:49:39PM -0400, Jonathan Rajotte wrote:
> Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
> ---
>  tests/regression/tools/notification/test_notification_kernel | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tests/regression/tools/notification/test_notification_kernel b/tests/regression/tools/notification/test_notification_kernel
> index 6d7f256ae..e7368df26 100755
> --- a/tests/regression/tools/notification/test_notification_kernel
> +++ b/tests/regression/tools/notification/test_notification_kernel
> @@ -108,6 +108,7 @@ function kernel_test
>  }
>  
>  if [ "$(id -u)" == "0" ]; then
> +	validate_lttng_modules_present
>  	kernel_test
>  else
>  	# Kernel tests are skipped.
> -- 
> 2.17.1
> 

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

* Re: [PATCH lttng-tools] Tests: check for lttng-modules presence
       [not found] ` <20190329181555.GB28162@gmail.com>
@ 2019-04-01 20:26   ` Jonathan Rajotte-Julien
       [not found]   ` <20190401202615.GA28595@joraj-alpa>
  1 sibling, 0 replies; 4+ messages in thread
From: Jonathan Rajotte-Julien @ 2019-04-01 20:26 UTC (permalink / raw)
  To: Jérémie Galarneau; +Cc: lttng-dev, jgalar

Hi,

On Fri, Mar 29, 2019 at 02:15:56PM -0400, Jérémie Galarneau wrote:
> Merged in master, stable-2.11, and stable-2.10.

Note that to be valid on stable-2.10 you will also have to backport another
patch. 2.11 is okai.

9c8a396496a28702730192ae1ded06105c54c5dc on master.

> 
> Thanks!
> Jérémie
> 
> On Mon, Mar 25, 2019 at 02:49:39PM -0400, Jonathan Rajotte wrote:
> > Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
> > ---
> >  tests/regression/tools/notification/test_notification_kernel | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/tests/regression/tools/notification/test_notification_kernel b/tests/regression/tools/notification/test_notification_kernel
> > index 6d7f256ae..e7368df26 100755
> > --- a/tests/regression/tools/notification/test_notification_kernel
> > +++ b/tests/regression/tools/notification/test_notification_kernel
> > @@ -108,6 +108,7 @@ function kernel_test
> >  }
> >  
> >  if [ "$(id -u)" == "0" ]; then
> > +	validate_lttng_modules_present
> >  	kernel_test
> >  else
> >  	# Kernel tests are skipped.
> > -- 
> > 2.17.1
> > 

-- 
Jonathan Rajotte-Julien
EfficiOS

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

* Re: [PATCH lttng-tools] Tests: check for lttng-modules presence
       [not found]   ` <20190401202615.GA28595@joraj-alpa>
@ 2019-04-01 20:53     ` Jérémie Galarneau
  0 siblings, 0 replies; 4+ messages in thread
From: Jérémie Galarneau @ 2019-04-01 20:53 UTC (permalink / raw)
  To: Jonathan Rajotte-Julien; +Cc: lttng-dev, Jeremie Galarneau

Done.

Thanks a lot!
Jérémie

On Mon, 1 Apr 2019 at 16:26, Jonathan Rajotte-Julien
<jonathan.rajotte-julien@efficios.com> wrote:
>
> Hi,
>
> On Fri, Mar 29, 2019 at 02:15:56PM -0400, Jérémie Galarneau wrote:
> > Merged in master, stable-2.11, and stable-2.10.
>
> Note that to be valid on stable-2.10 you will also have to backport another
> patch. 2.11 is okai.
>
> 9c8a396496a28702730192ae1ded06105c54c5dc on master.
>
> >
> > Thanks!
> > Jérémie
> >
> > On Mon, Mar 25, 2019 at 02:49:39PM -0400, Jonathan Rajotte wrote:
> > > Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
> > > ---
> > >  tests/regression/tools/notification/test_notification_kernel | 1 +
> > >  1 file changed, 1 insertion(+)
> > >
> > > diff --git a/tests/regression/tools/notification/test_notification_kernel b/tests/regression/tools/notification/test_notification_kernel
> > > index 6d7f256ae..e7368df26 100755
> > > --- a/tests/regression/tools/notification/test_notification_kernel
> > > +++ b/tests/regression/tools/notification/test_notification_kernel
> > > @@ -108,6 +108,7 @@ function kernel_test
> > >  }
> > >
> > >  if [ "$(id -u)" == "0" ]; then
> > > +   validate_lttng_modules_present
> > >     kernel_test
> > >  else
> > >     # Kernel tests are skipped.
> > > --
> > > 2.17.1
> > >
>
> --
> Jonathan Rajotte-Julien
> EfficiOS



-- 
Jérémie Galarneau
EfficiOS Inc.
http://www.efficios.com
_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

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

* [PATCH lttng-tools] Tests: check for lttng-modules presence
@ 2019-03-25 18:49 Jonathan Rajotte
  0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Rajotte @ 2019-03-25 18:49 UTC (permalink / raw)
  To: lttng-dev; +Cc: jgalar

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
---
 tests/regression/tools/notification/test_notification_kernel | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/regression/tools/notification/test_notification_kernel b/tests/regression/tools/notification/test_notification_kernel
index 6d7f256ae..e7368df26 100755
--- a/tests/regression/tools/notification/test_notification_kernel
+++ b/tests/regression/tools/notification/test_notification_kernel
@@ -108,6 +108,7 @@ function kernel_test
 }
 
 if [ "$(id -u)" == "0" ]; then
+	validate_lttng_modules_present
 	kernel_test
 else
 	# Kernel tests are skipped.
-- 
2.17.1

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

end of thread, other threads:[~2019-04-01 20:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20190325184939.24845-1-jonathan.rajotte-julien@efficios.com>
2019-03-29 18:15 ` [PATCH lttng-tools] Tests: check for lttng-modules presence Jérémie Galarneau
     [not found] ` <20190329181555.GB28162@gmail.com>
2019-04-01 20:26   ` Jonathan Rajotte-Julien
     [not found]   ` <20190401202615.GA28595@joraj-alpa>
2019-04-01 20:53     ` Jérémie Galarneau
2019-03-25 18:49 Jonathan Rajotte

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.