Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
platform
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
micah
platform
Commits
bf6c56d8
There was a problem fetching the pipeline summary.
Verified
Commit
bf6c56d8
authored
7 years ago
by
elijah
Browse files
Options
Downloads
Patches
Plain Diff
run_tests - use byebug instead of debugger
parent
88a95ce8
Branches
Branches containing commit
Tags
0.10.0
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/run_tests
+1
-1
1 addition, 1 deletion
bin/run_tests
with
1 addition
and
1 deletion
bin/run_tests
+
1
−
1
View file @
bf6c56d8
...
@@ -507,7 +507,7 @@ end
...
@@ -507,7 +507,7 @@ end
if
ARGV
.
include?
(
'--debug'
)
||
ARGV
.
include?
(
'-d'
)
if
ARGV
.
include?
(
'--debug'
)
||
ARGV
.
include?
(
'-d'
)
DEBUG
=
true
DEBUG
=
true
require
'
d
ebug
ger
'
require
'
by
ebug'
else
else
DEBUG
=
false
DEBUG
=
false
end
end
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment