##// END OF EJS Templates
test-bisect: fix shell-dependent output
Sune Foldager -
r9692:807633f1 default
parent child Browse files
Show More
@@ -87,7 +87,7 b' set +e'
87 87
88 88 echo % test invalid command
89 89 hg bisect -r
90 hg bisect --command 'foobar'
90 hg bisect --command './foobar' 2>&1 | sed 's/: command/:/'
91 91
92 92 echo % test bisecting command
93 93 cat > script.py <<EOF
@@ -304,8 +304,8 b' date: Thu Jan 01 00:00:06 1970 +0'
304 304 summary: msg 6
305 305
306 306 % test invalid command
307 /bin/sh: foobar: command not found
308 abort: failed to execute foobar
307 /bin/sh: ./foobar: not found
308 abort: failed to execute ./foobar
309 309 % test bisecting command
310 310 Testing changeset 15:e7fa0811edb0 (31 changesets remaining, ~4 tests)
311 311 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
General Comments 0
You need to be logged in to leave comments. Login now