aboutsummaryrefslogtreecommitdiff
path: root/testsuite/test_sources.conf
diff options
context:
space:
mode:
authorRyan S. Arnold <ryan.arnold@linaro.org>2013-11-19 15:21:50 -0600
committerRyan S. Arnold <ryan.arnold@linaro.org>2013-11-19 15:39:14 -0600
commit5461f36aad287b65501eb06d1da0ab66c9fb4f2c (patch)
tree3eaa5ba254d62d10f961566b5b29d46802c5f840 /testsuite/test_sources.conf
parent3dcecb60b1ff7cf61e9714d00b6cee6342a932c8 (diff)
Fix get_toolname and get_srcdir when using <user>@<repo>.git@revision
This fix also allows the sources.conf file to use tabs as well as spaces: <identifier>.git<-tab--><url> <identifier>.git________<url>
Diffstat (limited to 'testsuite/test_sources.conf')
-rw-r--r--testsuite/test_sources.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/test_sources.conf b/testsuite/test_sources.conf
index dbff7a0..fe38689 100644
--- a/testsuite/test_sources.conf
+++ b/testsuite/test_sources.conf
@@ -6,7 +6,9 @@
gcc-4.8 svn://gcc.gnu.org/svn/gcc/branches/gcc-4_8-branch
gcc-4.7 svn://gcc.gnu.org/svn/gcc/branches/gcc-4_7-branch
-gcc.git git://git@staging.git.linaro.org:/toolchain/gcc.git
+gcc.git git://git@staging.git.linaro.org/toolchain/gcc.git
+# gcc_tab.git has a tab between .git and git:// for testing.
+gcc_tab.git git://git@staging.git.linaro.org/toolchain/gcc.git
binutils.git git://git.linaro.org/toolchain/binutils.git
libgloss.git git://git.linaro.org/toolchain/newlib.git
newlib.git git://git.linaro.org/toolchain/newlib.git