diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-06-20 10:31:36 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-06-20 10:31:36 -0400 |
commit | 2b74e13a7cd965929dc2965b3c57a48a5b395f1a (patch) | |
tree | 0744f15a60d24627ce430a2102514cca35fd8e77 /src/test/test_bt.sh | |
parent | c1f0ec3058117d7f0feca09b9ed9d7fa2e71e5a5 (diff) | |
download | tor-2b74e13a7cd965929dc2965b3c57a48a5b395f1a.tar.gz tor-2b74e13a7cd965929dc2965b3c57a48a5b395f1a.zip |
More coverage in backtrace.c
Diffstat (limited to 'src/test/test_bt.sh')
-rwxr-xr-x | src/test/test_bt.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/test_bt.sh b/src/test/test_bt.sh index fe1781659d..312905a4e2 100755 --- a/src/test/test_bt.sh +++ b/src/test/test_bt.sh @@ -8,4 +8,6 @@ export ASAN_OPTIONS="handle_segv=0:allow_user_segv_handler=1" "${builddir:-.}/src/test/test-bt-cl" assert 2>&1 | "${PYTHON:-python}" "${abs_top_srcdir:-.}/src/test/bt_test.py" || exitcode="$?" "${builddir:-.}/src/test/test-bt-cl" crash 2>&1 | "${PYTHON:-python}" "${abs_top_srcdir:-.}/src/test/bt_test.py" || exitcode="$?" +"${builddir:-.}/src/test/test-bt-cl" none || exitcode="$?" + exit ${exitcode} |