summaryrefslogtreecommitdiff
path: root/tools/test-common.sh
diff options
context:
space:
mode:
authorJeff Morriss <morriss@ulticom.com>2014-02-25 09:29:28 -0500
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-02-25 18:05:08 +0000
commit5a1aa01af2965d4c66689faab98bf397b3657a46 (patch)
tree1156447378798b27d607042fdd046e7553c2f822 /tools/test-common.sh
parentcd02def632d01ca2f725955018bec7a311cdb985 (diff)
downloadwireshark-5a1aa01af2965d4c66689faab98bf397b3657a46.tar.gz
Get rid of a few more Subversion remnants.
Change-Id: I35ff651017e355f92b4f9e6388e90d446f245d0a Reviewed-on: https://code.wireshark.org/review/361 Reviewed-by: Evan Huus <eapache@gmail.com> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'tools/test-common.sh')
-rw-r--r--tools/test-common.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/test-common.sh b/tools/test-common.sh
index bd96aa2c70..e5e1e8cc69 100644
--- a/tools/test-common.sh
+++ b/tools/test-common.sh
@@ -136,10 +136,7 @@ function exit_error() {
echo -e "\n" >> $TMP_DIR/${ERR_FILE}.header
- if [ -d .svn ] ; then
- echo -e "\nSubversion revision" >> $TMP_DIR/${ERR_FILE}.header
- svn log -l 1 >> $TMP_DIR/${ERR_FILE}.header
- elif [ -d .git ] ; then
+ if [ -d .git ] ; then
echo -e "\nGit commit" >> $TMP_DIR/${ERR_FILE}.header
git log -1 >> $TMP_DIR/${ERR_FILE}.header
fi