Mercurial > evolve
comparison tests/test-stablesort-criss-cross.t @ 5612:6576f6bb644b
tests: use appropriate Python (2 or 3) for random-revs.py
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Sat, 24 Oct 2020 23:55:15 +0800 |
parents | 11b8f7003713 |
children | 39739c2257e3 |
comparison
equal
deleted
inserted
replaced
5611:11b8f7003713 | 5612:6576f6bb644b |
---|---|
808 added 1 changesets with 0 changes to 0 files | 808 added 1 changesets with 0 changes to 0 files |
809 new changesets 1ea73414a91b | 809 new changesets 1ea73414a91b |
810 updating to branch default | 810 updating to branch default |
811 0 files updated, 0 files merged, 0 files removed, 0 files unresolved | 811 0 files updated, 0 files merged, 0 files removed, 0 files unresolved |
812 $ cd crisscross_random | 812 $ cd crisscross_random |
813 $ for x in `python "$TESTDIR/testlib/random-revs.py" 50 44`; do | 813 $ for x in `"$PYTHON" "$TESTDIR/testlib/random-revs.py" 50 44`; do |
814 > # using python to benefit from the random seed | 814 > # using python to benefit from the random seed |
815 > hg pull -r $x --quiet | 815 > hg pull -r $x --quiet |
816 > done; | 816 > done; |
817 $ hg pull --quiet | 817 $ hg pull --quiet |
818 | 818 |