Commit 42068fd9 by Andreas Jaeger Committed by Andreas Jaeger

check.tpl: Handle CVS additionally.

        * check.tpl: Handle CVS additionally.

From-SVN: r106855
parent d3e4cd01
2005-11-13 Andreas Jaeger <aj@suse.de>
* check.tpl: Handle CVS additionally.
2005-11-05 Andreas Jaeger <aj@suse.de>
* check.tpl: Adopt for move to subversion.
......
......@@ -144,6 +144,7 @@ echo $exitok`
cd $TESTBASE
find * -type f -print | \
fgrep -v 'CVS/' | \
fgrep -v '.svn/' > ${TESTDIR}/LIST
exitok=`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment