Show More
@@ -47,7 +47,7 b" ui.log('commandfinish') call. The foo co" | |||
|
47 | 47 | |
|
48 | 48 | Use sort to avoid ordering issues between the various processes we spawn: |
|
49 | 49 | $ hg foo |
|
50 |
$ sleep |
|
|
50 | $ sleep 1 | |
|
51 | 51 | $ cat $TESTTMP/command.log | sort |
|
52 | 52 | |
|
53 | 53 | command |
@@ -84,7 +84,7 b' Confirm that logging blocked time catche' | |||
|
84 | 84 | > EOF |
|
85 | 85 | |
|
86 | 86 | $ hg log |
|
87 |
$ sleep |
|
|
87 | $ sleep 1 | |
|
88 | 88 | $ cat $TESTTMP/uiblocked.log |
|
89 | 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