mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-23 19:38:07 +01:00
test: Guess a value for NOTMUCH_PYTHON
python3 will work for many people, and reduce the friction to running the tests without running configure first.
This commit is contained in:
parent
f6fcdf12da
commit
73f3081160
1 changed files with 4 additions and 0 deletions
|
@ -323,6 +323,10 @@ rm -rf "$TMP_DIRECTORY" || {
|
|||
exit 1
|
||||
}
|
||||
|
||||
# Provide a guess at a usable Python, to support running tests without
|
||||
# running configure first.
|
||||
NOTMUCH_PYTHON=${NOTMUCH_PYTHON-python3}
|
||||
|
||||
# A temporary home directory is needed by at least:
|
||||
# - emacs/"Sending a message via (fake) SMTP"
|
||||
# - emacs/"Reply within emacs"
|
||||
|
|
Loading…
Reference in a new issue