All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH lttng-ust] Add missing buffers-uid folder in ust regression test Makefile
       [not found] <1363901187-7955-1-git-send-email-jeremie.galarneau@efficios.com>
@ 2013-03-21 21:28 ` Jérémie Galarneau
  2013-03-22  1:26 ` [PATCH lttng-tools] " Mathieu Desnoyers
  2013-03-25 14:16 ` [PATCH lttng-ust] " David Goulet
  2 siblings, 0 replies; 4+ messages in thread
From: Jérémie Galarneau @ 2013-03-21 21:28 UTC (permalink / raw)
  To: lttng-dev

Oops...Wrong subject! Applies to lttng-tools, obviously.

Jérémie

On Thu, Mar 21, 2013 at 5:26 PM, Jérémie Galarneau
<jeremie.galarneau@efficios.com> wrote:
>
> Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
> ---
>  tests/regression/ust/Makefile.am | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/regression/ust/Makefile.am b/tests/regression/ust/Makefile.am
> index d8904bb..c5dee21 100644
> --- a/tests/regression/ust/Makefile.am
> +++ b/tests/regression/ust/Makefile.am
> @@ -1,6 +1,6 @@
>  if HAVE_LIBLTTNG_UST_CTL
>  SUBDIRS = nprocesses high-throughput low-throughput before-after multi-session \
> -                 overlap
> +                 overlap buffers-uid
>
>  EXTRA_DIST = runall.sh run-ust-global-tests.sh test_event_basic test_event_wildcard
>
> --
> 1.8.2
>



-- 
Jérémie Galarneau
EfficiOS Inc.
http://www.efficios.com

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

* Re: [PATCH lttng-tools] Add missing buffers-uid folder in ust regression test Makefile
       [not found] <1363901187-7955-1-git-send-email-jeremie.galarneau@efficios.com>
  2013-03-21 21:28 ` [PATCH lttng-ust] Add missing buffers-uid folder in ust regression test Makefile Jérémie Galarneau
@ 2013-03-22  1:26 ` Mathieu Desnoyers
  2013-03-25 14:16 ` [PATCH lttng-ust] " David Goulet
  2 siblings, 0 replies; 4+ messages in thread
From: Mathieu Desnoyers @ 2013-03-22  1:26 UTC (permalink / raw)
  To: Jérémie Galarneau, dgoulet; +Cc: lttng-dev

changing the subject, CCing to David.

* Jérémie Galarneau (jeremie.galarneau@efficios.com) wrote:
> 
> Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
> ---
>  tests/regression/ust/Makefile.am | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/regression/ust/Makefile.am b/tests/regression/ust/Makefile.am
> index d8904bb..c5dee21 100644
> --- a/tests/regression/ust/Makefile.am
> +++ b/tests/regression/ust/Makefile.am
> @@ -1,6 +1,6 @@
>  if HAVE_LIBLTTNG_UST_CTL
>  SUBDIRS = nprocesses high-throughput low-throughput before-after multi-session \
> -		  overlap
> +		  overlap buffers-uid
>  
>  EXTRA_DIST = runall.sh run-ust-global-tests.sh test_event_basic test_event_wildcard
>  
> -- 
> 1.8.2
> 
> 
> _______________________________________________
> lttng-dev mailing list
> lttng-dev@lists.lttng.org
> http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

-- 
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com

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

* Re: [PATCH lttng-ust] Add missing buffers-uid folder in ust regression test Makefile
       [not found] <1363901187-7955-1-git-send-email-jeremie.galarneau@efficios.com>
  2013-03-21 21:28 ` [PATCH lttng-ust] Add missing buffers-uid folder in ust regression test Makefile Jérémie Galarneau
  2013-03-22  1:26 ` [PATCH lttng-tools] " Mathieu Desnoyers
@ 2013-03-25 14:16 ` David Goulet
  2 siblings, 0 replies; 4+ messages in thread
From: David Goulet @ 2013-03-25 14:16 UTC (permalink / raw)
  To: Jérémie Galarneau; +Cc: lttng-dev

Merged!

Jérémie Galarneau:
> 
> Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
> ---
>  tests/regression/ust/Makefile.am | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/regression/ust/Makefile.am b/tests/regression/ust/Makefile.am
> index d8904bb..c5dee21 100644
> --- a/tests/regression/ust/Makefile.am
> +++ b/tests/regression/ust/Makefile.am
> @@ -1,6 +1,6 @@
>  if HAVE_LIBLTTNG_UST_CTL
>  SUBDIRS = nprocesses high-throughput low-throughput before-after multi-session \
> -		  overlap
> +		  overlap buffers-uid
>  
>  EXTRA_DIST = runall.sh run-ust-global-tests.sh test_event_basic test_event_wildcard
>  

_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

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

* [PATCH lttng-ust] Add missing buffers-uid folder in ust regression test Makefile
@ 2013-03-21 21:26 Jérémie Galarneau
  0 siblings, 0 replies; 4+ messages in thread
From: Jérémie Galarneau @ 2013-03-21 21:26 UTC (permalink / raw)
  To: lttng-dev


Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
---
 tests/regression/ust/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/regression/ust/Makefile.am b/tests/regression/ust/Makefile.am
index d8904bb..c5dee21 100644
--- a/tests/regression/ust/Makefile.am
+++ b/tests/regression/ust/Makefile.am
@@ -1,6 +1,6 @@
 if HAVE_LIBLTTNG_UST_CTL
 SUBDIRS = nprocesses high-throughput low-throughput before-after multi-session \
-		  overlap
+		  overlap buffers-uid
 
 EXTRA_DIST = runall.sh run-ust-global-tests.sh test_event_basic test_event_wildcard
 
-- 
1.8.2


_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

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

end of thread, other threads:[~2013-03-25 14:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1363901187-7955-1-git-send-email-jeremie.galarneau@efficios.com>
2013-03-21 21:28 ` [PATCH lttng-ust] Add missing buffers-uid folder in ust regression test Makefile Jérémie Galarneau
2013-03-22  1:26 ` [PATCH lttng-tools] " Mathieu Desnoyers
2013-03-25 14:16 ` [PATCH lttng-ust] " David Goulet
2013-03-21 21:26 Jérémie Galarneau

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.