tests/test-chg.t
changeset 47024 8fcc0a829f3d
parent 47023 a2bf93ab3014
child 48186 6edc8800dbc3
child 48275 1ea289e34c70
equal deleted inserted replaced
47023:a2bf93ab3014 47024:8fcc0a829f3d
   527   > print("Run 1: %d samples\nRun 4: %d samples\nRun 4 > 3 * Run 1: %s" %
   527   > print("Run 1: %d samples\nRun 4: %d samples\nRun 4 > 3 * Run 1: %s" %
   528   >       (r1, r4, r4 > (r1 * 3)))
   528   >       (r1, r4, r4 > (r1 * 3)))
   529   > EOF
   529   > EOF
   530   Run 1: * samples (glob)
   530   Run 1: * samples (glob)
   531   Run 4: * samples (glob)
   531   Run 4: * samples (glob)
   532   Run 4 > 3 * Run 1: True
   532   Run 4 > 3 * Run 1: False
   533 (Disabling with --no-profile on the commandline still works, but isn't permanent)
   533 (Disabling with --no-profile on the commandline still works, but isn't permanent)
   534   $ newchg log -r . --no-profile
   534   $ newchg log -r . --no-profile
   535   $ filteredchg log -r .
   535   $ filteredchg log -r .
   536   Sample count: * (glob)
   536   Sample count: * (glob)
   537   $ filteredchg log -r . --no-profile
   537   $ filteredchg log -r . --no-profile