tests/test-clone-stream-revlog-split.t
changeset 51951 b8528c8bebf5
parent 51902 0f26ee69cf36
child 52358 11484a19cd77
--- a/tests/test-clone-stream-revlog-split.t	Fri Oct 04 11:22:30 2024 -0400
+++ b/tests/test-clone-stream-revlog-split.t	Fri Oct 04 12:53:02 2024 -0400
@@ -68,7 +68,7 @@
 
   $ ( \
   >    hg clone --debug --stream -U http://localhost:$HGPORT1 \
-  >    clone-while-split > client.log 2>&1; \
+  >    clone-while-split --config worker.backgroundclose=0 > client.log 2>&1; \
   >    touch "$HG_TEST_STREAM_WALKED_FILE_3" \
   > ) &