[Asterisk-code-review] Change in testsuite[master]: Add fastagi to gitignore and clean-test-remnants
George Joseph (Code Review)
asteriskteam at digium.com
Thu Apr 16 17:32:18 CDT 2015
George Joseph has uploaded a new change for review.
https://gerrit.asterisk.org/138
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(-)
git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/38/138/1
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: newchange
Gerrit-Change-Id: I69b235b40248bd3231ee64779db4851c15f93072
Gerrit-PatchSet: 1
Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-Owner: George Joseph <george.joseph at fairview5.com>
More information about the asterisk-code-review
mailing list