Mercurial > hg
changeset 7812:18048153fd4e
test-convert-cvs*: mute output from "cvs up"
Apparently some versions of cvs outputs more than other versions. That is
however not relevant for these tests.
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Fri, 27 Feb 2009 17:52:31 +0100 |
parents | 864ad81b4e24 |
children | 076401cf2b63 |
files | tests/test-convert-cvs tests/test-convert-cvs-branch tests/test-convert-cvs-builtincvsps |
diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-convert-cvs Sat Feb 28 13:15:58 2009 +0100 +++ b/tests/test-convert-cvs Fri Feb 27 17:52:31 2009 +0100 @@ -85,7 +85,7 @@ cd src cvs -q update -r1.1 b/c cvs -q tag -b branch -cvs -q update -r branch +cvs -q update -r branch > /dev/null echo d >> b/c cvs -q commit -mci2 . | grep '<--' |\ sed -e 's:.*src/\(.*\),v.*:checking in src/\1,v:g'
--- a/tests/test-convert-cvs-branch Sat Feb 28 13:15:58 2009 +0100 +++ b/tests/test-convert-cvs-branch Fri Feb 27 17:52:31 2009 +0100 @@ -38,7 +38,7 @@ echo % Branch the project cvscall tag -b BRANCH -cvscall up -r BRANCH +cvscall up -r BRANCH > /dev/null echo % Modify file a, then b, then a
--- a/tests/test-convert-cvs-builtincvsps Sat Feb 28 13:15:58 2009 +0100 +++ b/tests/test-convert-cvs-builtincvsps Fri Feb 27 17:52:31 2009 +0100 @@ -84,7 +84,7 @@ cd src cvs -q update -r1.1 b/c cvs -q tag -b branch -cvs -q update -r branch +cvs -q update -r branch > /dev/null echo d >> b/c cvs -q commit -mci2 . | grep '<--' |\ sed -e 's:.*src/\(.*\),v.*:checking in src/\1,v:g'