summaryrefslogtreecommitdiff
path: root/cmdtest
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-01-20 18:19:21 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-01-20 18:19:21 +0000
commit1a62be25fbffd09d1cf1797c4a65e376f37a2156 (patch)
treeb663986d1afc2a0029a3de3752d1fcd1ae478288 /cmdtest
parent1bec9bee0c3105430a51ced2771e130066019c95 (diff)
downloadcmdtest-1a62be25fbffd09d1cf1797c4a65e376f37a2156.tar.gz
Fix cmdtest -t foo so that it still runs the setup/setup_once/teardown/teardown_once scripts
Diffstat (limited to 'cmdtest')
-rwxr-xr-xcmdtest2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmdtest b/cmdtest
index d2c682e..8c6e4a3 100755
--- a/cmdtest
+++ b/cmdtest
@@ -107,6 +107,8 @@ class CommandTester(cliapp.Application):
shutil.rmtree(self.tempdir)
def run_script(self, test_name, script_name):
+ logging.debug('run_script: test_name=%s script_name=%s' %
+ (test_name, script_name))
if script_name:
self.runcmd([script_name], env=self.add_to_env(test_name))