[asterisk-commits] russell: testsuite/asterisk/trunk r194 - /asterisk/trunk/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Apr 2 18:24:01 CDT 2010


Author: russell
Date: Fri Apr  2 18:23:57 2010
New Revision: 194

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=194
Log:
Add a script to clean up remnants of temporary Asterisk instances

Added:
    asterisk/trunk/cleanup-test-remnants.sh   (with props)

Added: asterisk/trunk/cleanup-test-remnants.sh
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/cleanup-test-remnants.sh?view=auto&rev=194
==============================================================================
--- asterisk/trunk/cleanup-test-remnants.sh (added)
+++ asterisk/trunk/cleanup-test-remnants.sh Fri Apr  2 18:23:57 2010
@@ -1,0 +1,3 @@
+#!/bin/bash
+
+for n in `find . -type d -name 'tmp' | grep -v ".svn"` ; do rm -rf $n ; done

Propchange: asterisk/trunk/cleanup-test-remnants.sh
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: asterisk/trunk/cleanup-test-remnants.sh
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: asterisk/trunk/cleanup-test-remnants.sh
------------------------------------------------------------------------------
    svn:mime-type = text/plain




More information about the asterisk-commits mailing list