[PATCH 0/4 v43] emacs test helpers

2012-01-25 Thread David Bremner
On Tue, 24 Jan 2012 16:14:03 +, David Edmondson  wrote:
> Small changes as per Dmitry's last comments.

Pushed.

d


Re: [PATCH 0/4 v43] emacs test helpers

2012-01-25 Thread David Bremner
On Tue, 24 Jan 2012 16:14:03 +, David Edmondson d...@dme.org wrote:
 Small changes as per Dmitry's last comments.

Pushed.

d
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


[PATCH 0/4 v43] emacs test helpers

2012-01-24 Thread Tomi Ollila
On Tue, 24 Jan 2012 16:14:03 +, David Edmondson  wrote:
> Small changes as per Dmitry's last comments.
> 
> David Edmondson (4):
>   test: Don't return the result of checking for running emacs to the
> tester.
>   test: Add `test_emacs_expect_t'.
>   test: Add more helpers for emacs tests.
>   test: Add address cleaning tests.

LGTM -- all 4.


Tomi


[PATCH 0/4 v43] emacs test helpers

2012-01-24 Thread Dmitry Kurochkin
On Tue, 24 Jan 2012 16:14:03 +, David Edmondson  wrote:
> Small changes as per Dmitry's last comments.
> 

LGTM

Regards,
  Dmitry

> David Edmondson (4):
>   test: Don't return the result of checking for running emacs to the
> tester.
>   test: Add `test_emacs_expect_t'.
>   test: Add more helpers for emacs tests.
>   test: Add address cleaning tests.
> 
>  test/README|8 
>  test/emacs-address-cleaning.el |   29 +
>  test/emacs-address-cleaning.sh |   19 +++
>  test/emacs-test-functions.sh   |9 +
>  test/notmuch-test  |2 ++
>  test/test-lib.el   |   35 +++
>  test/test-lib.sh   |   31 ++-
>  7 files changed, 132 insertions(+), 1 deletions(-)
>  create mode 100644 test/emacs-address-cleaning.el
>  create mode 100755 test/emacs-address-cleaning.sh
>  create mode 100755 test/emacs-test-functions.sh
> 
> -- 
> 1.7.8.3
> 
> ___
> notmuch mailing list
> notmuch at notmuchmail.org
> http://notmuchmail.org/mailman/listinfo/notmuch


[PATCH 0/4 v43] emacs test helpers

2012-01-24 Thread David Edmondson
Small changes as per Dmitry's last comments.

David Edmondson (4):
  test: Don't return the result of checking for running emacs to the
tester.
  test: Add `test_emacs_expect_t'.
  test: Add more helpers for emacs tests.
  test: Add address cleaning tests.

 test/README|8 
 test/emacs-address-cleaning.el |   29 +
 test/emacs-address-cleaning.sh |   19 +++
 test/emacs-test-functions.sh   |9 +
 test/notmuch-test  |2 ++
 test/test-lib.el   |   35 +++
 test/test-lib.sh   |   31 ++-
 7 files changed, 132 insertions(+), 1 deletions(-)
 create mode 100644 test/emacs-address-cleaning.el
 create mode 100755 test/emacs-address-cleaning.sh
 create mode 100755 test/emacs-test-functions.sh

-- 
1.7.8.3



[PATCH 0/4 v43] emacs test helpers

2012-01-24 Thread David Edmondson
Small changes as per Dmitry's last comments.

David Edmondson (4):
  test: Don't return the result of checking for running emacs to the
tester.
  test: Add `test_emacs_expect_t'.
  test: Add more helpers for emacs tests.
  test: Add address cleaning tests.

 test/README|8 
 test/emacs-address-cleaning.el |   29 +
 test/emacs-address-cleaning.sh |   19 +++
 test/emacs-test-functions.sh   |9 +
 test/notmuch-test  |2 ++
 test/test-lib.el   |   35 +++
 test/test-lib.sh   |   31 ++-
 7 files changed, 132 insertions(+), 1 deletions(-)
 create mode 100644 test/emacs-address-cleaning.el
 create mode 100755 test/emacs-address-cleaning.sh
 create mode 100755 test/emacs-test-functions.sh

-- 
1.7.8.3

___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


Re: [PATCH 0/4 v43] emacs test helpers

2012-01-24 Thread Dmitry Kurochkin
On Tue, 24 Jan 2012 16:14:03 +, David Edmondson d...@dme.org wrote:
 Small changes as per Dmitry's last comments.
 

LGTM

Regards,
  Dmitry

 David Edmondson (4):
   test: Don't return the result of checking for running emacs to the
 tester.
   test: Add `test_emacs_expect_t'.
   test: Add more helpers for emacs tests.
   test: Add address cleaning tests.
 
  test/README|8 
  test/emacs-address-cleaning.el |   29 +
  test/emacs-address-cleaning.sh |   19 +++
  test/emacs-test-functions.sh   |9 +
  test/notmuch-test  |2 ++
  test/test-lib.el   |   35 +++
  test/test-lib.sh   |   31 ++-
  7 files changed, 132 insertions(+), 1 deletions(-)
  create mode 100644 test/emacs-address-cleaning.el
  create mode 100755 test/emacs-address-cleaning.sh
  create mode 100755 test/emacs-test-functions.sh
 
 -- 
 1.7.8.3
 
 ___
 notmuch mailing list
 notmuch@notmuchmail.org
 http://notmuchmail.org/mailman/listinfo/notmuch
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


Re: [PATCH 0/4 v43] emacs test helpers

2012-01-24 Thread Tomi Ollila
On Tue, 24 Jan 2012 16:14:03 +, David Edmondson d...@dme.org wrote:
 Small changes as per Dmitry's last comments.
 
 David Edmondson (4):
   test: Don't return the result of checking for running emacs to the
 tester.
   test: Add `test_emacs_expect_t'.
   test: Add more helpers for emacs tests.
   test: Add address cleaning tests.

LGTM -- all 4.


Tomi
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch