Show More
@@ -47,7 +47,7 b" ui.log('commandfinish') call. The foo co" | |||||
47 |
|
47 | |||
48 | Use sort to avoid ordering issues between the various processes we spawn: |
|
48 | Use sort to avoid ordering issues between the various processes we spawn: | |
49 | $ hg foo |
|
49 | $ hg foo | |
50 |
$ sleep |
|
50 | $ sleep 1 | |
51 | $ cat $TESTTMP/command.log | sort |
|
51 | $ cat $TESTTMP/command.log | sort | |
52 |
|
52 | |||
53 | command |
|
53 | command | |
@@ -84,7 +84,7 b' Confirm that logging blocked time catche' | |||||
84 | > EOF |
|
84 | > EOF | |
85 |
|
85 | |||
86 | $ hg log |
|
86 | $ hg log | |
87 |
$ sleep |
|
87 | $ sleep 1 | |
88 | $ cat $TESTTMP/uiblocked.log |
|
88 | $ cat $TESTTMP/uiblocked.log | |
89 | uiblocked stdio [0-9]+.[0-9]* ms command [0-9]+.[0-9]* ms (re) |
|
89 | uiblocked stdio [0-9]+.[0-9]* ms command [0-9]+.[0-9]* ms (re) | |
90 |
|
90 |
General Comments 0
You need to be logged in to leave comments.
Login now