Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
drm
igt-gpu-tools
Commits
c67ebf41
Commit
c67ebf41
authored
Aug 13, 2013
by
Daniel Vetter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lib/drmtest: fixup igt_fail for the list-only case
Oops. Signed-off-by:
Daniel Vetter
<
daniel.vetter@ffwll.ch
>
parent
bd161f8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lib/drmtest.c
lib/drmtest.c
+1
-1
No files found.
lib/drmtest.c
View file @
c67ebf41
...
...
@@ -794,7 +794,7 @@ void igt_fail(int exitcode)
void
igt_exit
(
void
)
{
if
(
igt_only_list_subtests
())
return
0
;
return
;
/* Calling this without calling one of the above is a failure */
assert
(
skipped_one
||
succeeded_one
||
failed_one
);
...
...
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