<p>Kevin Harwell has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/9300">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">cleanup-test-remnants: Remove *.pyc files and __pycache__ directories<br><br>__pycache__ should only contain *.pyc files, but made it so the whole directory<br>is removed anyways. Also added it to the .gitignore.<br><br>Change-Id: I2074a746f747159b2cca23b40359a19ccec2218c<br>---<br>M .gitignore<br>M cleanup-test-remnants.sh<br>2 files changed, 3 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/00/9300/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/.gitignore b/.gitignore<br>index 137bce5..b716352 100644<br>--- a/.gitignore<br>+++ b/.gitignore<br>@@ -8,3 +8,4 @@<br> /fastagi<br> /run-local.conf<br> /.valgrindrc<br>+__pycache__/<br>diff --git a/cleanup-test-remnants.sh b/cleanup-test-remnants.sh<br>index 4c65922..119be5f 100755<br>--- a/cleanup-test-remnants.sh<br>+++ b/cleanup-test-remnants.sh<br>@@ -2,3 +2,5 @@<br> <br> find . -type d -name tmp | grep -vF .svn | xargs -d\\n rm -rf<br> rm -rf /tmp/asterisk-testsuite /var/tmp/asterisk-testsuite ./logs/* ./fastagi<br>+find -name '__pycache__' -type d -exec rm -rf {} +<br>+find -name '*.pyc' -delete<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/9300">change 9300</a>. To unsubscribe, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/9300"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: testsuite </div>
<div style="display:none"> Gerrit-Branch: 14 </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I2074a746f747159b2cca23b40359a19ccec2218c </div>
<div style="display:none"> Gerrit-Change-Number: 9300 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Kevin Harwell <kharwell@digium.com> </div>