Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
steam-runtime-tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
steamrt
steam-runtime-tools
Commits
bc66cb5c
Commit
bc66cb5c
authored
7 months ago
by
Simon McVittie
Browse files
Options
Downloads
Patches
Plain Diff
tests: Assert that we see a warning message where expected
Signed-off-by:
Simon McVittie
<
smcv@collabora.com
>
parent
07286e15
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/capture-libs.pl
+3
-0
3 additions, 0 deletions
tests/capture-libs.pl
with
3 additions
and
0 deletions
tests/capture-libs.pl
+
3
−
0
View file @
bc66cb5c
...
...
@@ -819,6 +819,9 @@ SKIP: {
is
(
tolerant_readlink
("
$libdir
/libunversionedsymbols.so.1
"),
'
/run/host/opt/libunversionedsymbols.so.1.0.0
',
"
should take provider's version by default if name is the same
");
like
(
$stderr
,
qr{^\Q$CAPSULE_CAPTURE_LIBS_BASENAME\E: warning: libunversionedsymbols\.so\.0 has an unexpected DT_SONAME, ignoring: libunversionedsymbols\.so\.1$}
m,
'stderr shows expected warning message');
run_ok(['rm',
'
-fr
',
$libdir
]);
mkdir
(
$libdir
);
...
...
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