Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Icecast-Server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marvin Scholz
Icecast-Server
Compare revisions
master to 261b5fdbbe8f9ffbdb75f19181ead8a16db78310
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
ePirat/icecast-server
Select target project
No results found
261b5fdbbe8f9ffbdb75f19181ead8a16db78310
Select Git revision
Swap
Target
xiph/icecast-server
Select target project
xiph/icecast-server
zenermerps/Icecast-Server
ePirat/icecast-server
spr0cketeer/icecast-server
theassassin/icecast-server
gilou/icecast-server
stephan48/icecast-server
rillian/icecast-server
vcode11/icecast-server
refactor-droidyy/icecast-server
10 results
master
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Update admin-tests.sh
· 261b5fdb
Marvin Scholz
authored
7 years ago
261b5fdb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/admin-tests.sh
+9
-0
9 additions, 0 deletions
tests/admin-tests.sh
with
9 additions
and
0 deletions
tests/admin-tests.sh
View file @
261b5fdb
...
...
@@ -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
=
$!
...
...
This diff is collapsed.
Click to expand it.