You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Branko Čibej <br...@xbc.nu> on 2002/12/01 00:37:49 UTC

Re: svn commit: rev 3943 - in branches/cvs2svn-mmacek/tests: . testcvs1 testcvs1/space-fname

mmacek@tigris.org wrote:

>Author: mmacek
>Date: 2002-11-30 14:10:45 -0600 (Sat, 30 Nov 2002)
>New Revision: 3943
>
[snip]

>Modified: branches/cvs2svn-mmacek/tests/cmptag.py
>==============================================================================
>--- branches/cvs2svn-mmacek/tests/cmptag.py	(original)
>+++ branches/cvs2svn-mmacek/tests/cmptag.py	Sat Nov 30 14:10:45 2002
>@@ -34,9 +34,6 @@
>         print "        checking tag %s -> %s" % (tag, path)
>         check_tag(cvs_repo, module, tag, "svn-repo.tmp", path);
>     os.system("rm -rf svn-repo.tmp");
>+    os.system("rm -rf cvs2svn-data.*");
>+    os.system("rm test.log");
>

Hm. Could we please use glob and os.remove, or shutil.rmtree, or
anything except shell commands?


-- 
Brane Čibej   <br...@xbc.nu>   http://www.xbc.nu/brane/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org