From b530622a9b2261b1e8a9c5202285d3928c97b893 Mon Sep 17 00:00:00 2001 From: dhuth Date: Mon, 13 Apr 2015 12:03:33 -0600 Subject: Revert "--" This reverts commit 2bebca1c3fe897fb681e1853d7d565ecb0be8b52. --- test-chill/testchill/chill.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test-chill/testchill') diff --git a/test-chill/testchill/chill.py b/test-chill/testchill/chill.py index 833d524..0e30149 100644 --- a/test-chill/testchill/chill.py +++ b/test-chill/testchill/chill.py @@ -146,12 +146,13 @@ 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', ['distclean'], wd=self.config.chill_dir) + util.shell('make', ['clean'], 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