##// END OF EJS Templates
tests: tweak chg test to make it fail less often...
Arseniy Alekseyev -
r52282:db5d7aee stable
parent child Browse files
Show More
@@ -561,12 +561,12 b' If CHGHG is not set, chg will set it bef'
561 561 $ hg --kill-chg-daemon
562 562 $ HG=$CHGHG CHGHG= CHGDEBUG= hg debugshell -c \
563 563 > 'ui.write(b"CHGHG=%s\n" % ui.environ.get(b"CHGHG"))' 2>&1 \
564 > | grep -E 'CHGHG|start'
564 > | grep -E 'CHGHG|start cmdserver'
565 565 chg: debug: * start cmdserver at * (glob)
566 566 CHGHG=/*/install/bin/hg (glob)
567 567
568 568 Running the same command a second time shouldn't spawn a new command server.
569 569 $ HG=$CHGHG CHGHG= CHGDEBUG= hg debugshell -c \
570 570 > 'ui.write(b"CHGHG=%s\n" % ui.environ.get(b"CHGHG"))' 2>&1 \
571 > | grep -E 'CHGHG|start'
571 > | grep -E 'CHGHG|start cmdserver'
572 572 CHGHG=/*/install/bin/hg (glob)
General Comments 0
You need to be logged in to leave comments. Login now