test-convert-cvs*: mute output from "cvs up"
authorMads Kiilerich <mads@kiilerich.com>
Fri, 27 Feb 2009 17:52:31 +0100
changeset 7812 18048153fd4e
parent 7811 864ad81b4e24
child 7813 076401cf2b63
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.
tests/test-convert-cvs
tests/test-convert-cvs-branch
tests/test-convert-cvs-builtincvsps
--- 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'