##// 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 $ hg init
1 $ hg init
4
2
5
3
@@ -461,7 +459,7 b' test bisecting command'
461 $ hg bisect --bad 0
459 $ hg bisect --bad 0
462 Testing changeset 15:e7fa0811edb0 (31 changesets remaining, ~4 tests)
460 Testing changeset 15:e7fa0811edb0 (31 changesets remaining, ~4 tests)
463 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
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 changeset 15:e7fa0811edb0: good
463 changeset 15:e7fa0811edb0: good
466 changeset 7:03750880c6b5: good
464 changeset 7:03750880c6b5: good
467 changeset 3:b53bea5e2fcb: bad
465 changeset 3:b53bea5e2fcb: bad
@@ -494,7 +492,7 b' command'
494 $ hg bisect --good tip --noupdate
492 $ hg bisect --good tip --noupdate
495 $ hg bisect --bad 0 --noupdate
493 $ hg bisect --bad 0 --noupdate
496 Testing changeset 15:e7fa0811edb0 (31 changesets remaining, ~4 tests)
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 changeset 15:e7fa0811edb0: good
496 changeset 15:e7fa0811edb0: good
499 changeset 7:03750880c6b5: good
497 changeset 7:03750880c6b5: good
500 changeset 3:b53bea5e2fcb: bad
498 changeset 3:b53bea5e2fcb: bad
General Comments 0
You need to be logged in to leave comments. Login now