git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
blob 580e2bddb8643a90d5eeab453134d85fbc56a450 732 bytes (raw)
name: t/t5100/quoted-cr-patch 	 # note: path name is non-authoritative(*)

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

debug log:

solving 580e2bddb8 ...
found 580e2bddb8 in https://public-inbox.org/git/5aac2ba38e5442019d2816c63d7b65bf2bcf062a.1620311544.git.congdanhqx@gmail.com/ ||
	https://public-inbox.org/git/45d2c4ab58c4b0c6f0c7790890bbf75eb373f999.1620148732.git.congdanhqx@gmail.com/

applying [1/1] https://public-inbox.org/git/5aac2ba38e5442019d2816c63d7b65bf2bcf062a.1620311544.git.congdanhqx@gmail.com/
diff --git a/t/t5100/quoted-cr-patch b/t/t5100/quoted-cr-patch
new file mode 100644
index 0000000000..580e2bddb8

Checking patch t/t5100/quoted-cr-patch...
Applied patch t/t5100/quoted-cr-patch cleanly.

skipping https://public-inbox.org/git/45d2c4ab58c4b0c6f0c7790890bbf75eb373f999.1620148732.git.congdanhqx@gmail.com/ for 580e2bddb8
index at:
100644 580e2bddb8643a90d5eeab453134d85fbc56a450	t/t5100/quoted-cr-patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).