Index: test/sputnik/testcfg.py |
=================================================================== |
--- test/sputnik/testcfg.py (revision 8738) |
+++ test/sputnik/testcfg.py (working copy) |
@@ -101,7 +101,7 @@ |
return result |
def GetBuildRequirements(self): |
- return ['sample', 'sample=shell'] |
+ return ['d8'] |
def GetTestStatus(self, sections, defs): |
status_file = join(self.root, 'sputnik.status') |