diff options
| author | Tomi Ollila <tomi.ollila@iki.fi> | 2017-01-07 11:47:27 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-01-08 10:50:28 -0400 |
| commit | 95efe2d4849f218fffd232dd6e10011f0f837878 (patch) | |
| tree | 63fbbff30377c3ed9f298dcdee4a2e86f3840ead /test/T380-atomicity.sh | |
| parent | b15b96f846dcfabbd0c7f43e741573cfd14ab3c8 (diff) | |
test: allow user to choose which gdb to run tests with
The variable used for selecting gdb is TEST_GDB, consistent with
TEST_CC and TEST_EMACS{,CLIENT}.
Diffstat (limited to 'test/T380-atomicity.sh')
| -rwxr-xr-x | test/T380-atomicity.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/T380-atomicity.sh b/test/T380-atomicity.sh index 845dfde7..c6a9fb98 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.py notmuch 1>gdb.out 2>&1 + ${TEST_GDB} -tty /dev/null -batch -x $TEST_DIRECTORY/atomicity.py notmuch 1>gdb.out 2>&1 # Get the final, golden output notmuch search '*' > expected |
