Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
igt-gpu-tools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
56
Issues
56
List
Boards
Labels
Service Desk
Milestones
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
drm
igt-gpu-tools
Commits
f542b097
Commit
f542b097
authored
Aug 14, 2013
by
Daniel Vetter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lib/drmtest: Don't spoil stdout when listing tests
Oops. Signed-off-by:
Daniel Vetter
<
daniel.vetter@ffwll.ch
>
parent
62346580
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
lib/drmtest.c
lib/drmtest.c
+5
-3
No files found.
lib/drmtest.c
View file @
f542b097
...
...
@@ -771,9 +771,11 @@ void igt_skip(void)
void
__igt_skip_check
(
const
char
*
file
,
const
int
line
,
const
char
*
func
,
const
char
*
check
)
{
printf
(
"Test requirement not met in function %s, file %s:%i:
\n
"
"Test requirement: (%s)
\n
"
,
func
,
file
,
line
,
check
);
if
(
!
igt_only_list_subtests
())
{
printf
(
"Test requirement not met in function %s, file %s:%i:
\n
"
"Test requirement: (%s)
\n
"
,
func
,
file
,
line
,
check
);
}
igt_skip
();
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment