Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TestServer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
YAPEX
TestServer
Commits
ecd10a55
Commit
ecd10a55
authored
5 years ago
by
Janis Daniel Dähne
Browse files
Options
Downloads
Patches
Plain Diff
- fixed wrong checked var for debug output
parent
8c6a26fc
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
api.php
+3
-3
3 additions, 3 deletions
api.php
with
3 additions
and
3 deletions
api.php
+
3
−
3
View file @
ecd10a55
...
...
@@ -339,7 +339,7 @@ foreach ($testCases as $test) {
require_once
'./do_compileTest_func.php'
;
$showTestRunnerDebugOutput
=
FALSE
;
if
(
isset
(
$config
[
'
maxLinesToRead
'
]))
{
if
(
isset
(
$config
[
'
showTestRunnerDebugOutput
'
]))
{
$showTestRunnerDebugOutput
=
$config
[
'showTestRunnerDebugOutput'
];
}
...
...
@@ -391,7 +391,7 @@ foreach ($testCases as $test) {
require_once
'./do_regexTest_func.php'
;
$showTestRunnerDebugOutput
=
FALSE
;
if
(
isset
(
$config
[
'
maxLinesToRead
'
]))
{
if
(
isset
(
$config
[
'
showTestRunnerDebugOutput
'
]))
{
$showTestRunnerDebugOutput
=
$config
[
'showTestRunnerDebugOutput'
];
}
...
...
@@ -548,7 +548,7 @@ foreach ($testCases as $test) {
$showTestRunnerDebugOutput
=
FALSE
;
if
(
isset
(
$config
[
'
maxLinesToRead
'
]))
{
if
(
isset
(
$config
[
'
showTestRunnerDebugOutput
'
]))
{
$showTestRunnerDebugOutput
=
$config
[
'showTestRunnerDebugOutput'
];
}
...
...
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