[PATCH 2/2] test: redirect gdb output to a file.

2014-05-06 Thread David Bremner
It seems that the normal output redirection in the test suite doesn't
work for gdb, but it's nice to have output in a file for debugging.
---
 test/T380-atomicity.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/T380-atomicity.sh b/test/T380-atomicity.sh
index 1c786fa..2daef90 100755
--- a/test/T380-atomicity.sh
+++ b/test/T380-atomicity.sh
@@ -64,7 +64,7 @@ if test_require_external_prereq gdb; then
 # -tty /dev/null works around a conflict between the 'timeout' wrapper
 # and gdb's attempt to control the TTY.
 export MAIL_DIR
-gdb -tty /dev/null -batch -x $TEST_DIRECTORY/atomicity.gdb notmuch 
>/dev/null 2>/dev/null
+gdb -tty /dev/null -batch -x $TEST_DIRECTORY/atomicity.gdb notmuch 
1>gdb.out 2>&1
 
 # Get the final, golden output
 notmuch search '*' > expected
-- 
1.9.2

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


[PATCH 2/2] test: redirect gdb output to a file.

2014-05-06 Thread David Bremner
It seems that the normal output redirection in the test suite doesn't
work for gdb, but it's nice to have output in a file for debugging.
---
 test/T380-atomicity.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/T380-atomicity.sh b/test/T380-atomicity.sh
index 1c786fa..2daef90 100755
--- a/test/T380-atomicity.sh
+++ b/test/T380-atomicity.sh
@@ -64,7 +64,7 @@ if test_require_external_prereq gdb; then
 # -tty /dev/null works around a conflict between the 'timeout' wrapper
 # and gdb's attempt to control the TTY.
 export MAIL_DIR
-gdb -tty /dev/null -batch -x $TEST_DIRECTORY/atomicity.gdb notmuch 
>/dev/null 2>/dev/null
+gdb -tty /dev/null -batch -x $TEST_DIRECTORY/atomicity.gdb notmuch 
1>gdb.out 2>&1

 # Get the final, golden output
 notmuch search '*' > expected
-- 
1.9.2



[PATCH 2/2] test: redirect gdb output to a file.

2014-07-13 Thread David Bremner
David Bremner  writes:

> It seems that the normal output redirection in the test suite doesn't
> work for gdb, but it's nice to have output in a file for debugging.

pushed,

d


Re: [PATCH 2/2] test: redirect gdb output to a file.

2014-07-13 Thread David Bremner
David Bremner  writes:

> It seems that the normal output redirection in the test suite doesn't
> work for gdb, but it's nice to have output in a file for debugging.

pushed,

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