diff --git a/orquesta/commands/rehearsal.py b/orquesta/commands/rehearsal.py index ded2f11e..42f81c9a 100644 --- a/orquesta/commands/rehearsal.py +++ b/orquesta/commands/rehearsal.py @@ -25,7 +25,7 @@ def process(base_path, test_spec): fixture_path = "%s/%s" % (base_path, test_spec) - + if not os.path.isfile(fixture_path): raise exc.WorkflowRehearsalError('The test spec "%s" does not exist.' % fixture_path) LOG.info('Initiating test spec "%s".' % fixture_path)