You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by mc...@apache.org on 2014/05/08 03:23:31 UTC

git commit: Fix broken test build.

Repository: incubator-aurora
Updated Branches:
  refs/heads/master 842750518 -> b126242d6


Fix broken test build.

Bugs closed: aurora-397

Reviewed at https://reviews.apache.org/r/21188/


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

Branch: refs/heads/master
Commit: b126242d6cd6a758402992e0a58cfd91c4a181b4
Parents: 8427505
Author: Mark Chu-Carroll <mc...@twopensource.com>
Authored: Wed May 7 21:23:21 2014 -0400
Committer: Mark Chu-Carroll <mc...@twitter.com>
Committed: Wed May 7 21:23:21 2014 -0400

----------------------------------------------------------------------
 src/test/python/apache/aurora/client/cli/BUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/b126242d/src/test/python/apache/aurora/client/cli/BUILD
----------------------------------------------------------------------
diff --git a/src/test/python/apache/aurora/client/cli/BUILD b/src/test/python/apache/aurora/client/cli/BUILD
index c0492cc..9766b3b 100644
--- a/src/test/python/apache/aurora/client/cli/BUILD
+++ b/src/test/python/apache/aurora/client/cli/BUILD
@@ -57,7 +57,7 @@ python_tests(
     pants('3rdparty/python:mock'),
     pants('3rdparty/python:twitter.common.contextutil'),
     pants('src/main/python/apache/aurora/client/cli'),
-    pants('src/main/python/apache/aurora/client/cli:client'),
+    pants('src/main/python/apache/aurora/client/cli:client_lib'),
     pants('src/test/python/apache/aurora/client/commands:util')
   ]
 )