From f0909ea6373f7f01271b1a6707e8022188d885fe Mon Sep 17 00:00:00 2001 From: dhuth Date: Mon, 13 Apr 2015 12:09:42 -0600 Subject: -- --- test-chill/testchill/chill.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test-chill') diff --git a/test-chill/testchill/chill.py b/test-chill/testchill/chill.py index 0e30149..833d524 100644 --- a/test-chill/testchill/chill.py +++ b/test-chill/testchill/chill.py @@ -146,13 +146,12 @@ class BuildChillTestCase(test.TestCase): util.shell('rm', ['-f', '*.gcda'], wd=self.config.chill_dir) util.shell('make clean', wd=self.config.chill_dir) - util.shell('make veryclean', wd=self.config.chill_dir) def run(self): """ Build chill """ - util.shell('make', ['clean'], wd=self.config.chill_dir) + util.shell('make', ['distclean'], wd=self.config.chill_dir) util.shell('./configure', self.config.config_args, wd=self.config.chill_dir) util.shell('make', [], wd=self.config.chill_dir) -- cgit v1.2.3-70-g09d2