tests/test-blackbox.t
changeset 41730 19d8d6856338
parent 41633 7b1b0415f8e5
child 42581 bb135a784b70
equal deleted inserted replaced
41729:4d5f48782921 41730:19d8d6856338
   377   > track = *
   377   > track = *
   378   > EOF
   378   > EOF
   379 (only look for entries with specific logged sources, otherwise this test is
   379 (only look for entries with specific logged sources, otherwise this test is
   380 pretty brittle)
   380 pretty brittle)
   381   $ hg blackbox | egrep '\[command(finish)?\]'
   381   $ hg blackbox | egrep '\[command(finish)?\]'
   382   1970/01/01 00:00:00 bob @0000000000000000000000000000000000000000 (5000) [commandfinish]> --config 'blackbox.track=*' --config 'blackbox.logsource=True' init track_star exited 0 after * seconds (glob)
   382   1970/01/01 00:00:00 bob @0000000000000000000000000000000000000000 (5000) [commandfinish]> --config *blackbox.track=* --config *blackbox.logsource=True* init track_star exited 0 after * seconds (glob)
   383   1970/01/01 00:00:00 bob @0000000000000000000000000000000000000000 (5000) [command]> blackbox
   383   1970/01/01 00:00:00 bob @0000000000000000000000000000000000000000 (5000) [command]> blackbox
   384   $ cd $TESTTMP
   384   $ cd $TESTTMP
   385 
   385 
   386 #if chg
   386 #if chg
   387 
   387