Commit bd870483 authored by Andrejs Cunskis's avatar Andrejs Cunskis

Log full path of imported project

parent a876a468
...@@ -133,7 +133,7 @@ module QA ...@@ -133,7 +133,7 @@ module QA
it 'imports large Github repo via api' do it 'imports large Github repo via api' do
start = Time.now start = Time.now
imported_project # import the project Runtime::Logger.info("Importing project '#{imported_project.full_path}'") # import the project and log path
fetch_github_objects # fetch all objects right after import has started fetch_github_objects # fetch all objects right after import has started
import_status = lambda do import_status = lambda do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment