aboutsummaryrefslogtreecommitdiff
path: root/test_gcc_dejagnu.py
diff options
context:
space:
mode:
authorLuis Lozano <llozano@chromium.org>2013-09-03 01:55:02 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2013-09-04 20:33:03 +0000
commit6aebeb10e517878cb76044e6a1d46f75c2fd93d6 (patch)
treeb9ffdf2aa180afe1a74cb9a206c1e60f377b7aa3 /test_gcc_dejagnu.py
parentd145a5873cb01ceab07ea4b3fa325d7560f8ad6a (diff)
downloadtoolchain-utils-6aebeb10e517878cb76044e6a1d46f75c2fd93d6.tar.gz
Modified the script to use the new internal and external gerrit repositories.
BUG=None TEST=Minimal testing done. Need to let the nightly testing test this. Change-Id: I8273d5e90e5fb3ed96d9782cae651d4144f135dc Reviewed-on: https://chrome-internal-review.googlesource.com/144015 Reviewed-by: Han Shen <shenhan@google.com> Tested-by: Luis Lozano <llozano@chromium.org> Commit-Queue: Luis Lozano <llozano@chromium.org>
Diffstat (limited to 'test_gcc_dejagnu.py')
-rwxr-xr-xtest_gcc_dejagnu.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/test_gcc_dejagnu.py b/test_gcc_dejagnu.py
index 0edf2cb9..7b52dedc 100755
--- a/test_gcc_dejagnu.py
+++ b/test_gcc_dejagnu.py
@@ -23,8 +23,9 @@ from utils import email_sender
class DejagnuAdapter(object):
# TODO(shenhan): move these to constants.py.
- _CHROMIUM_GCC_GIT="http://git.chromium.org/chromiumos/third_party/gcc.git"
- _CHROMIUM_GCC_BRANCH="gcc.gnu.org/branches/google/gcc-4_7-mobile"
+ _CHROMIUM_GCC_GIT = ("http://chromium.googlesource.com/"
+ "chromiumos/third_party/gcc.git")
+ _CHROMIUM_GCC_BRANCH = "gcc.gnu.org/branches/google/gcc-4_7-mobile"
_cmd_exec = command_executer.GetCommandExecuter()