From e680ee4d92abc8023d84009865d6efecc032b8d9 Mon Sep 17 00:00:00 2001 From: Jarek Jarcec Cecho Date: Sun, 16 Jun 2013 11:42:07 -0700 Subject: [PATCH] Added comment for script purpose --- dev-support/test-patch.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev-support/test-patch.py b/dev-support/test-patch.py index 6af946fc..f793eecb 100755 --- a/dev-support/test-patch.py +++ b/dev-support/test-patch.py @@ -17,6 +17,12 @@ # specific language governing permissions and limitations # under the License. # + +# +# Pre Commit Hook for running tests and updating JIRA +# +# Original version was copied from FLUME project. +# import sys, os, re, urllib2, base64, subprocess, tempfile, shutil from optparse import OptionParser