You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2013/04/03 16:36:06 UTC

git commit: [#5973] allow print in ForgeSVN/setup.py

Updated Branches:
  refs/heads/master 3fec1d22d -> 7d53aacbe


[#5973] allow print in ForgeSVN/setup.py


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/7d53aacb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/7d53aacb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/7d53aacb

Branch: refs/heads/master
Commit: 7d53aacbef9fe1d3173c838e80c9448c043a4d0e
Parents: 3fec1d2
Author: Dave Brondsema <db...@slashdotmedia.com>
Authored: Wed Apr 3 10:35:25 2013 -0400
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Wed Apr 3 10:35:25 2013 -0400

----------------------------------------------------------------------
 AlluraTesting/alluratest/test_syntax.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/7d53aacb/AlluraTesting/alluratest/test_syntax.py
----------------------------------------------------------------------
diff --git a/AlluraTesting/alluratest/test_syntax.py b/AlluraTesting/alluratest/test_syntax.py
index 902574d..4784eda 100644
--- a/AlluraTesting/alluratest/test_syntax.py
+++ b/AlluraTesting/alluratest/test_syntax.py
@@ -68,6 +68,7 @@ def test_no_prints():
         'Allura/allura/lib/AsciiDammit.py',
         '/scripts/',
         'Allura/allura/lib/import_api.py',
+        'ForgeSVN/setup.py',
     ]
     if run(find_py + " | grep -v '" + "' | grep -v '".join(skips) + "' | xargs grep -v '^ *#' | grep 'print ' | grep -E -v '(pprint|#pragma: ?printok)' ") != 1:
         raise Exception("These should use logging instead of print")