diff options
author | Ruben Davila <rdavila84@gmail.com> | 2016-08-18 23:02:48 -0500 |
---|---|---|
committer | Ruben Davila <rdavila84@gmail.com> | 2016-08-18 23:02:48 -0500 |
commit | 8b70c11fd920834fa034a555f3060b367d1c210c (patch) | |
tree | 9a4a89a1aee77098feb6ac0f42a40901536f7de1 /lib/extracts_path.rb | |
parent | 16884719d654943785864aef7b4518b5382e7265 (diff) | |
download | gitlab-ce-test-8-11-stable.tar.gz |
Try to debug failing spec.test-8-11-stable
Diffstat (limited to 'lib/extracts_path.rb')
-rw-r--r-- | lib/extracts_path.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/extracts_path.rb b/lib/extracts_path.rb index 84688f6646e..fa36ea8f202 100644 --- a/lib/extracts_path.rb +++ b/lib/extracts_path.rb @@ -109,7 +109,9 @@ module ExtractsPath @logs_path = logs_file_namespace_project_ref_path(@project.namespace, @project, @ref, @path) - rescue RuntimeError, NoMethodError, InvalidPathError + rescue RuntimeError, NoMethodError, InvalidPathError => ex + puts "ERROR on assign_ref_vars" + puts ex.backtrace render_404 end |