]> git.notmuchmail.org Git - notmuch/commit
test/test-lib.sh: fix two out of tree test issues
authorTomi Ollila <tomi.ollila@iki.fi>
Thu, 23 Apr 2020 21:26:43 +0000 (00:26 +0300)
committerDavid Bremner <david@tethera.net>
Sat, 30 May 2020 15:42:14 +0000 (12:42 -0300)
commitc9e55a712e1ab4d5e84ba15d07d094865e72ffa1
tree406457637cbc79fb49c61633e513605378e4e148
parent291ef68eded5ff8f5f39b1aa17a83dd8e6abb342
test/test-lib.sh: fix two out of tree test issues

json_check_nodes.py exists in source tree, not in out of tree
build tree. Added -B to the execution so source tree is not
"polluted" by a .pyc file when json_check_nodes.py is executed.

When creating run_emacs.sh make it load .elc files from out of
tree build tree, not from source tree if such files existed.
If existed, those may be outdated, or even created by some other
emacs than the one that was used to build .elc files in out of
tree build dir.
test/test-lib.sh