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
spr0cketeer
Icecast-Server
Commits
630ac9e4
Commit
630ac9e4
authored
Aug 08, 2018
by
Marvin Scholz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: Skip tests correctly when ffmpeg is missing
parent
d0899fe4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
tests/admin.test
tests/admin.test
+2
-1
No files found.
tests/admin.test
View file @
630ac9e4
...
...
@@ -17,7 +17,8 @@ L_PASS="bar"
L_AUTH
=
"
$L_USER
:
$L_PASS
"
command
-
v
ffmpeg
>/
dev
/
null
2
>&
1
||
{
echo
>&
2
"# ffmpeg required for tests not found. Aborting."
;
exit
1
;
echo
"1..0 # skip because ffmpeg is required but not present."
exit
0
}
echo
"# Starting Icecast"
...
...
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