Skip to content
Snippets Groups Projects
Commit eb27d9eee2cc authored by Augie Fackler's avatar Augie Fackler
Browse files

py3: fix test-setdiscovery.t on Python 3 by conditionalizing two lines

I'm not clear why this behaves very slightly differently on Python 3,
but I'm also not concerned about it.

Differential Revision: https://phab.mercurial-scm.org/D6658
parent 55d8329ba509
No related branches found
No related tags found
No related merge requests found
......@@ -980,6 +980,7 @@
query 3; still undecided: 980, sample size is: 200
sampling from both directions
searching: 4 queries
query 4; still undecided: 435, sample size is: 210
query 4; still undecided: 435, sample size is: 210 (no-py3 !)
query 4; still undecided: 430, sample size is: 210 (py3 !)
sampling from both directions
searching: 5 queries
......@@ -984,6 +985,7 @@
sampling from both directions
searching: 5 queries
query 5; still undecided: 185, sample size is: 185
query 5; still undecided: 185, sample size is: 185 (no-py3 !)
query 5; still undecided: 187, sample size is: 185 (py3 !)
5 total queries in *.????s (glob)
elapsed time: * seconds (glob)
heads summary:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment