You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2015/03/04 18:19:24 UTC

trafficserver git commit: tsqa: disable dependency tracking for test builds

Repository: trafficserver
Updated Branches:
  refs/heads/master 789d2946c -> 6aa215f76


tsqa: disable dependency tracking for test builds


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/6aa215f7
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/6aa215f7
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/6aa215f7

Branch: refs/heads/master
Commit: 6aa215f766a66bbfe7e3043d763a3415d605bc05
Parents: 789d294
Author: James Peach <jp...@apache.org>
Authored: Tue Mar 3 21:34:49 2015 -0800
Committer: James Peach <jp...@apache.org>
Committed: Wed Mar 4 09:19:23 2015 -0800

----------------------------------------------------------------------
 ci/new_tsqa/tests/helpers.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/6aa215f7/ci/new_tsqa/tests/helpers.py
----------------------------------------------------------------------
diff --git a/ci/new_tsqa/tests/helpers.py b/ci/new_tsqa/tests/helpers.py
index bfe45ae..f0aa2d9 100644
--- a/ci/new_tsqa/tests/helpers.py
+++ b/ci/new_tsqa/tests/helpers.py
@@ -45,7 +45,7 @@ class EnvironmentCase(tsqa.test_cases.EnvironmentCase):
                                                  os.path.join(TMP_DIR, 'base_envs'),
                                                  default_configure={'enable-example-plugins': None,
                                                                     'enable-test-tools': None,
-                                                                    'enable-example-plugins': None,
+                                                                    'disable-dependency-tracking': None,
                                                                     },
                                                  )
         # TODO: figure out a way to determine why the build didn't fail and