Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marvin Scholz
Icecast-Server
Commits
9b884963
Commit
9b884963
authored
Jan 13, 2018
by
Marvin Scholz
Browse files
Update admin-tests.sh
parent
92c86016
Pipeline
#32
failed with stage
in 1 minute and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/admin-tests.sh
View file @
9b884963
...
...
@@ -17,6 +17,15 @@ L_USER="foo"
L_PASS
=
"bar"
L_AUTH
=
"
$L_USER
:
$L_PASS
"
echo
"Test starting Icecast"
../src/icecast
-c
./icecast.xml &
ICECASTTEST_PID
=
$!
sleep
5
if
kill
$ICECASTTEST_PID
;
then
echo
"Terminated Icecast"
fi
echo
"Starting Icecast"
../src/icecast
-c
./icecast.xml 2> /dev/null &
ICECAST_PID
=
$!
...
...
Write
Preview
Supports
Markdown
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