Skip to content

Commit

Permalink
Merge pull request #631 from ceph/wip-13125
Browse files Browse the repository at this point in the history
suite: fixes a bug that causes the email results job to not be scheduled
  • Loading branch information
vasukulkarni committed Sep 17, 2015
2 parents 130254b + be5ce36 commit 1f73ae0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions teuthology/suite.py
Expand Up @@ -319,6 +319,7 @@ def prepare_and_schedule(job_config, suite_repo_path, base_yaml_paths, limit,
arg.extend(['--timeout', timeout])
if dry_run:
log.info('dry-run: %s' % ' '.join(arg))
else:
teuthology_schedule(
args=arg,
dry_run=dry_run,
Expand Down

0 comments on commit 1f73ae0

Please sign in to comment.