Mercurial > hg
comparison tests/test-blackbox.t @ 50751:0a55206c5a1e
branching: merge stable into default
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Thu, 06 Jul 2023 16:07:34 +0200 |
parents | 7e5be4a7cda7 |
children | 2e8a88e5809f |
comparison
equal
deleted
inserted
replaced
50718:0ab3956540a6 | 50751:0a55206c5a1e |
---|---|
391 > logsource = True | 391 > logsource = True |
392 > track = * | 392 > track = * |
393 > EOF | 393 > EOF |
394 (only look for entries with specific logged sources, otherwise this test is | 394 (only look for entries with specific logged sources, otherwise this test is |
395 pretty brittle) | 395 pretty brittle) |
396 $ hg blackbox | egrep '\[command(finish)?\]' | 396 $ hg blackbox | grep -E '\[command(finish)?\]' |
397 1970-01-01 00:00:00.000 bob @0000000000000000000000000000000000000000 (5000) [commandfinish]> --config *blackbox.track=* --config *blackbox.logsource=True* init track_star exited 0 after * seconds (glob) | 397 1970-01-01 00:00:00.000 bob @0000000000000000000000000000000000000000 (5000) [commandfinish]> --config *blackbox.track=* --config *blackbox.logsource=True* init track_star exited 0 after * seconds (glob) |
398 1970-01-01 00:00:00.000 bob @0000000000000000000000000000000000000000 (5000) [command]> blackbox | 398 1970-01-01 00:00:00.000 bob @0000000000000000000000000000000000000000 (5000) [command]> blackbox |
399 $ cd $TESTTMP | 399 $ cd $TESTTMP |
400 | 400 |
401 #if chg | 401 #if chg |