##// END OF EJS Templates
test-bisect: adapt for Windows
Adrian Buehlmann -
r16960:be64115b default
parent child Browse files
Show More
@@ -1,5 +1,3 b''
1 $ "$TESTDIR/hghave" system-sh || exit 80
2
3 1 $ hg init
4 2
5 3
@@ -461,7 +459,7 b' test bisecting command'
461 459 $ hg bisect --bad 0
462 460 Testing changeset 15:e7fa0811edb0 (31 changesets remaining, ~4 tests)
463 461 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
464 $ hg bisect --command "'`pwd`/script.py' and some parameters"
462 $ hg bisect --command "python \"$TESTTMP/script.py\" and some parameters"
465 463 changeset 15:e7fa0811edb0: good
466 464 changeset 7:03750880c6b5: good
467 465 changeset 3:b53bea5e2fcb: bad
@@ -494,7 +492,7 b' command'
494 492 $ hg bisect --good tip --noupdate
495 493 $ hg bisect --bad 0 --noupdate
496 494 Testing changeset 15:e7fa0811edb0 (31 changesets remaining, ~4 tests)
497 $ hg bisect --command "'`pwd`/script.sh' and some params" --noupdate
495 $ hg bisect --command "sh \"$TESTTMP/script.sh\" and some params" --noupdate
498 496 changeset 15:e7fa0811edb0: good
499 497 changeset 7:03750880c6b5: good
500 498 changeset 3:b53bea5e2fcb: bad
General Comments 0
You need to be logged in to leave comments. Login now