sapling/eden/scm/tests/test-seq.t
Jun Wu 75a8173a10 tests: enable chg for 572 tests
Summary:
Add `#chg-compatible` to 572 tests that seem to pass with chg enabled.
This should make them run faster.

Reviewed By: xavierd

Differential Revision: D18870507

fbshipit-source-id: fe895e733efffc9286cd3d17c7a156c803124395
2019-12-09 15:26:29 -08:00

23 lines
326 B
Raku

#chg-compatible
$ $TESTDIR/seq.py 1 10 > file
$ cat file
1
2
3
4
5
6
7
8
9
10
$ cat file | f --hexdump
0000: 31 0a 32 0a 33 0a 34 0a 35 0a 36 0a 37 0a 38 0a |1.2.3.4.5.6.7.8.|
0010: 39 0a 31 30 0a |9.10.|
$ $TESTDIR/seq.py 0 0
0
$ $TESTDIR/seq.py 1
1