diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-01-22 03:08:26 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-01-22 03:08:26 +0000 |
commit | 32d52eb6dd32c58016fa99e05078836cb0dcabde (patch) | |
tree | 7f42649d0a1fb5ff9c3996d4cdcc9464d116169c /scripts | |
parent | 66ce6a78f6203652c34bd0532b63c394d5394cc4 (diff) | |
download | gitlab-ce-32d52eb6dd32c58016fa99e05078836cb0dcabde.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/flaky_examples/prune-old-flaky-examples | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/flaky_examples/prune-old-flaky-examples b/scripts/flaky_examples/prune-old-flaky-examples index 7700b93438b..4df49c6d8fa 100755 --- a/scripts/flaky_examples/prune-old-flaky-examples +++ b/scripts/flaky_examples/prune-old-flaky-examples @@ -7,7 +7,7 @@ require 'rubygems' # In newer Ruby, alias_method is not private then we don't need __send__ singleton_class.__send__(:alias_method, :require_dependency, :require) # rubocop:disable GitlabSecurity/PublicSend -$:.unshift(File.expand_path('../lib', __dir__)) +$:.unshift(File.expand_path('../../lib', __dir__)) require 'rspec_flaky/report' |