projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca3b199
)
* test/README: Document TEST_BACKTRACE_LINE_LENGTH.
author
Stefan Kangas
<stefan@marxist.se>
Sat, 31 Oct 2020 19:26:54 +0000
(20:26 +0100)
committer
Stefan Kangas
<stefan@marxist.se>
Sat, 31 Oct 2020 19:27:39 +0000
(20:27 +0100)
test/README
patch
|
blob
|
history
diff --git
a/test/README
b/test/README
index fe05b5403b1842d7bf70c5ce71b100fc803a1af4..d0da89d1c2c82bef270d5d4280a667d8247416d8 100644
(file)
--- a/
test/README
+++ b/
test/README
@@
-81,6
+81,11
@@
Some tests might take long time to run. In order to summarize the
make SUMMARIZE_TESTS=<nn> ...
+The backtrace of failing tests are truncated to the default value of
+'ert-batch-backtrace-right-margin'. To see more of the backtrace, use
+
+ make TEST_BACKTRACE_LINE_LENGTH=<nn> ...
+
The tests are run in batch mode by default; sometimes it's useful to
get precisely the same environment but run in interactive mode for
debugging. To do that, use