[asterisk-commits] Change in testsuite[master]: Add fastagi to gitignore and clean-test-remnants
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Apr 17 10:32:03 CDT 2015
Matt Jordan has submitted this change and it was merged.
Change subject: Add fastagi to gitignore and clean-test-remnants
......................................................................
Add fastagi to gitignore and clean-test-remnants
The fastagi tests leave a fastagi directory with a whole bunch of links
behind.
Change-Id: I69b235b40248bd3231ee64779db4851c15f93072
---
M .gitignore
M cleanup-test-remnants.sh
2 files changed, 2 insertions(+), 1 deletion(-)
Approvals:
Matt Jordan: Looks good to me, approved; Verified
Corey Farrell: Looks good to me, but someone else must approve
diff --git a/.gitignore b/.gitignore
index 2a84c60..c37e120 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
/contrib/valgrind/suppressions.txt
/logs
/tests/custom
+/fastagi
diff --git a/cleanup-test-remnants.sh b/cleanup-test-remnants.sh
index b8cdc2e..4c65922 100755
--- a/cleanup-test-remnants.sh
+++ b/cleanup-test-remnants.sh
@@ -1,4 +1,4 @@
#!/bin/bash
find . -type d -name tmp | grep -vF .svn | xargs -d\\n rm -rf
-rm -rf /tmp/asterisk-testsuite /var/tmp/asterisk-testsuite ./logs/*
+rm -rf /tmp/asterisk-testsuite /var/tmp/asterisk-testsuite ./logs/* ./fastagi
--
To view, visit https://gerrit.asterisk.org/138
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I69b235b40248bd3231ee64779db4851c15f93072
Gerrit-PatchSet: 1
Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-Owner: George Joseph <george.joseph at fairview5.com>
Gerrit-Reviewer: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: Matt Jordan <mjordan at digium.com>
More information about the asterisk-commits
mailing list