Re: [PATCH 1/3] test: Don't return the result of checking for running emacs to the tester.

2012-01-24 Thread Dmitry Kurochkin
LGTM. Regards, Dmitry ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org/mailman/listinfo/notmuch

[PATCH 1/3] test: Don't return the result of checking for running emacs to the tester.

2012-01-23 Thread Dmitry Kurochkin
LGTM. Regards, Dmitry

[PATCH 1/3] test: Don't return the result of checking for running emacs to the tester.

2012-01-19 Thread David Edmondson
--- test/test-lib.sh |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test/test-lib.sh b/test/test-lib.sh index d1fbc05..7c9ce24 100644 --- a/test/test-lib.sh +++ b/test/test-lib.sh @@ -926,7 +926,7 @@ test_emacs () { --eval

[PATCH 1/3] test: Don't return the result of checking for running emacs to the tester.

2012-01-19 Thread David Edmondson
--- test/test-lib.sh |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test/test-lib.sh b/test/test-lib.sh index d1fbc05..7c9ce24 100644 --- a/test/test-lib.sh +++ b/test/test-lib.sh @@ -926,7 +926,7 @@ test_emacs () { --eval

[PATCH 1/3] test: Don't return the result of checking for running emacs to the tester.

2012-01-17 Thread Dmitry Kurochkin
On Tue, 17 Jan 2012 14:37:52 +, David Edmondson wrote: > (And for the list...) > > On Tue, 17 Jan 2012 18:20:04 +0400, Dmitry Kurochkin gmail.com> wrote: > > Can you please elaborate why this is needed? > > This code: > > # wait until the emacs server is up >

[PATCH 1/3] test: Don't return the result of checking for running emacs to the tester.

2012-01-17 Thread Dmitry Kurochkin
Can you please elaborate why this is needed? Regards, Dmitry

[PATCH 1/3] test: Don't return the result of checking for running emacs to the tester.

2012-01-17 Thread David Edmondson
(And for the list...) On Tue, 17 Jan 2012 18:20:04 +0400, Dmitry Kurochkin wrote: > Can you please elaborate why this is needed? This code: # wait until the emacs server is up until test_emacs '()' 2>/dev/null; do sleep 1

[PATCH 1/3] test: Don't return the result of checking for running emacs to the tester.

2012-01-17 Thread David Edmondson
--- test/test-lib.sh |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test/test-lib.sh b/test/test-lib.sh index d1fbc05..7c9ce24 100644 --- a/test/test-lib.sh +++ b/test/test-lib.sh @@ -926,7 +926,7 @@ test_emacs () { --eval

[PATCH 1/3] test: Don't return the result of checking for running emacs to the tester.

2012-01-17 Thread David Edmondson
--- test/test-lib.sh |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test/test-lib.sh b/test/test-lib.sh index d1fbc05..7c9ce24 100644 --- a/test/test-lib.sh +++ b/test/test-lib.sh @@ -926,7 +926,7 @@ test_emacs () { --eval

Re: [PATCH 1/3] test: Don't return the result of checking for running emacs to the tester.

2012-01-17 Thread Dmitry Kurochkin
Can you please elaborate why this is needed? Regards, Dmitry ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org/mailman/listinfo/notmuch

Re: [PATCH 1/3] test: Don't return the result of checking for running emacs to the tester.

2012-01-17 Thread David Edmondson
(And for the list...) On Tue, 17 Jan 2012 18:20:04 +0400, Dmitry Kurochkin dmitry.kuroch...@gmail.com wrote: Can you please elaborate why this is needed? This code: # wait until the emacs server is up until test_emacs '()' 2/dev/null; do

Re: [PATCH 1/3] test: Don't return the result of checking for running emacs to the tester.

2012-01-17 Thread Dmitry Kurochkin
On Tue, 17 Jan 2012 14:37:52 +, David Edmondson d...@dme.org wrote: (And for the list...) On Tue, 17 Jan 2012 18:20:04 +0400, Dmitry Kurochkin dmitry.kuroch...@gmail.com wrote: Can you please elaborate why this is needed? This code: # wait until the emacs server