Đoàn Trần Công Danh | 0b68956 | 2021-05-10 00:12:10 +0700 | [diff] [blame] | 1 | ---%% |
| 2 | configure | 2 +-%% |
| 3 | 1 file changed, 1 insertion(+), 1 deletion(-)%% |
| 4 | %% |
| 5 | diff --git a/configure b/configure%% |
| 6 | index db3538b3..f7c1c095 100755%% |
| 7 | --- a/configure%% |
| 8 | +++ b/configure%% |
| 9 | @@ -814,7 +814,7 @@ if [ $have_python3 -eq 1 ]; then%% |
| 10 | printf "%%Checking for python3 pytest (>= 3.0)... "%% |
| 11 | conf=$(mktemp)%% |
| 12 | printf "[pytest]\nminversion=3.0\n" > $conf%% |
| 13 | - if pytest-3 -c $conf --version >/dev/null 2>&1; then%% |
| 14 | + if "$python" -m pytest -c $conf --version >/dev/null 2>&1; then%% |
| 15 | printf "Yes.\n"%% |
| 16 | have_python3_pytest=1%% |
| 17 | else%% |
| 18 | -- %% |
| 19 | 2.28.0%% |
| 20 | _______________________________________________ |
| 21 | example mailing list -- list@example.org |
| 22 | To unsubscribe send an email to list-leave@example.org |