summaryrefslogtreecommitdiff
path: root/test-chill/testchill/chill.py
diff options
context:
space:
mode:
authordhuth <derickhuth@gmail.com>2015-04-28 15:11:37 -0600
committerdhuth <derickhuth@gmail.com>2015-04-28 15:11:37 -0600
commit99c7763aa1b7893e60b96d46ff39e5a22925738e (patch)
treee22100160e66d9928f16cdd29170e48591a46e13 /test-chill/testchill/chill.py
parent137cff8b0497a47ebf49958382f67ead9b70f32f (diff)
downloadchill-99c7763aa1b7893e60b96d46ff39e5a22925738e.tar.gz
chill-99c7763aa1b7893e60b96d46ff39e5a22925738e.tar.bz2
chill-99c7763aa1b7893e60b96d46ff39e5a22925738e.zip
bug fix in test-chill and configure.ac
Diffstat (limited to 'test-chill/testchill/chill.py')
-rw-r--r--test-chill/testchill/chill.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-chill/testchill/chill.py b/test-chill/testchill/chill.py
index 833d524..b6d39cf 100644
--- a/test-chill/testchill/chill.py
+++ b/test-chill/testchill/chill.py
@@ -169,7 +169,7 @@ class BuildChillTestCase(test.TestCase):
if self.test_result.passed():
if self.config.bin_dir:
util.shell('mv', [os.path.join(self.config.chill_dir, self.config.buildname), os.path.join(self.config.bin_dir, self.config.name)])
- elif not self.config.buildname == name:
+ elif not self.config.buildname == self.config.name:
util.shell('mv', [os.path.join(self.config.chill_dir, self.config.buildname), os.path.join(self.config.chill_dir, self.config.name)])