diff options
Diffstat (limited to 'meta/lib/oeqa/runtime/buildcvs.py')
-rw-r--r-- | meta/lib/oeqa/runtime/buildcvs.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/lib/oeqa/runtime/buildcvs.py b/meta/lib/oeqa/runtime/buildcvs.py index f024dfa99a..9bf764d00f 100644 --- a/meta/lib/oeqa/runtime/buildcvs.py +++ b/meta/lib/oeqa/runtime/buildcvs.py | |||
@@ -10,7 +10,6 @@ class BuildCvsTest(oeRuntimeTest): | |||
10 | 10 | ||
11 | @classmethod | 11 | @classmethod |
12 | def setUpClass(self): | 12 | def setUpClass(self): |
13 | self.restartTarget("-m 512") | ||
14 | self.project = TargetBuildProject(oeRuntimeTest.tc.target, | 13 | self.project = TargetBuildProject(oeRuntimeTest.tc.target, |
15 | "http://ftp.gnu.org/non-gnu/cvs/source/feature/1.12.13/cvs-1.12.13.tar.bz2") | 14 | "http://ftp.gnu.org/non-gnu/cvs/source/feature/1.12.13/cvs-1.12.13.tar.bz2") |
16 | self.project.download_archive() | 15 | self.project.download_archive() |
@@ -29,4 +28,3 @@ class BuildCvsTest(oeRuntimeTest): | |||
29 | @classmethod | 28 | @classmethod |
30 | def tearDownClass(self): | 29 | def tearDownClass(self): |
31 | self.project.clean() | 30 | self.project.clean() |
32 | self.restartTarget() | ||