summaryrefslogtreecommitdiff
path: root/tests/testutils/repo
diff options
context:
space:
mode:
authorTristan Maat <tristan.maat@codethink.co.uk>2017-09-07 15:40:57 +0100
committerTristan Maat <tristan.maat@codethink.co.uk>2017-09-14 11:05:18 +0100
commitd56f472ddc6b6ff364aaa74cf1dac30be0d774de (patch)
tree9d21e68c469433f33387ab9639bf39627dcade65 /tests/testutils/repo
parent80e53b1a3dd7bf21b55da86b7a982c3f3f5827a2 (diff)
downloadbuildstream-d56f472ddc6b6ff364aaa74cf1dac30be0d774de.tar.gz
Add source plugin node validations
Diffstat (limited to 'tests/testutils/repo')
-rw-r--r--tests/testutils/repo/tar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testutils/repo/tar.py b/tests/testutils/repo/tar.py
index 430ebe427..194995b7b 100644
--- a/tests/testutils/repo/tar.py
+++ b/tests/testutils/repo/tar.py
@@ -23,7 +23,7 @@ class Tar(Repo):
config = {
'kind': 'tar',
'url': 'file://' + tarball,
- 'track': 'master',
+ # 'track': 'master', ## Not a thing according to TVB
'directory': ''
}
if ref is not None: