You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@madlib.apache.org by ri...@apache.org on 2016/11/02 22:20:32 UTC

incubator-madlib git commit: Madpack: Disable unittest flag

Repository: incubator-madlib
Updated Branches:
  refs/heads/master 39efdb945 -> 150459d66


Madpack: Disable unittest flag


Project: http://git-wip-us.apache.org/repos/asf/incubator-madlib/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-madlib/commit/150459d6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-madlib/tree/150459d6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-madlib/diff/150459d6

Branch: refs/heads/master
Commit: 150459d66d8577affd94e12a0d6b800d78b0e5ae
Parents: 39efdb9
Author: Rahul Iyer <ri...@apache.org>
Authored: Wed Nov 2 15:20:27 2016 -0700
Committer: Rahul Iyer <ri...@apache.org>
Committed: Wed Nov 2 15:20:27 2016 -0700

----------------------------------------------------------------------
 src/madpack/madpack.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-madlib/blob/150459d6/src/madpack/madpack.py
----------------------------------------------------------------------
diff --git a/src/madpack/madpack.py b/src/madpack/madpack.py
index e5baae5..732eabd 100755
--- a/src/madpack/madpack.py
+++ b/src/madpack/madpack.py
@@ -1477,7 +1477,7 @@ class RevTest(unittest.TestCase):
 # Start Here
 # ------------------------------------------------------------------------------
 if __name__ == "__main__":
-    RUN_TESTS = True
+    RUN_TESTS = False
 
     if RUN_TESTS:
         unittest.main()