Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Icecast-Server
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
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
Marvin Scholz
Icecast-Server
Commits
9b884963
Commit
9b884963
authored
Jan 13, 2018
by
Marvin Scholz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
tests/admin-tests.sh
tests/admin-tests.sh
+9
-0
No files found.
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
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