Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
0f8cd63d
Commit
0f8cd63d
authored
Feb 10, 2016
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test: add dummy and rc tests, work-around Qt leaks
parent
9d7819b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
test/run_vlc.sh
test/run_vlc.sh
+8
-2
No files found.
test/run_vlc.sh
View file @
0f8cd63d
...
...
@@ -5,5 +5,11 @@ set -e
VLC
=
"./vlc --ignore-config"
$VLC
-H
$VLC
-vv
vlc://quit
$VLC
-vv
--play-and-exit
vlc://nop
$VLC
-Idummy
vlc://quit
$VLC
-vv
-Irc
vlc://quit
$VLC
-vv
-Irc
--play-and-exit
vlc://nop
LSAN_OPTIONS
=
exitcode
=
0
export
LSAN_OPTIONS
$VLC
--play-and-exit
vlc://nop
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