Fix mismatched parenthesis
This commit is contained in:
parent
5514ec2905
commit
a90c0695e3
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ class AcceptanceRunner
|
|||
def run_test_suite(suite_file_path)
|
||||
suite_name = File.basename(File.dirname(suite_file_path))
|
||||
log_info("Running suite #{suite_name}")
|
||||
puts ">>>> Running suite #{suite_name}")
|
||||
puts ">>>> Running suite #{suite_name}"
|
||||
output_file = @output_manager.output_filename(suite_name)
|
||||
|
||||
args = []
|
||||
|
|
Loading…
Add table
Reference in a new issue