mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
0ff9ca45d3
testing purposes. This mpd server will then be used during POE::Component::Client::MPD or Audio::MPD tests. In order to achieve this, the module will create a fake mpd.conf file with the correct pathes (ie, where you untarred the modulE tarball). It will then check if some mpd server is already running, and stop it if the MPD_TEST_OVERRIDE environment variable is true (die otherwise). Last it will run the test mpd with its newly created configuration file. WWW: http://search.cpan.org/dist/Test-Corpus-Audio-MPD/
13 lines
584 B
Plaintext
13 lines
584 B
Plaintext
Test::Corpus::Audio::MPD will try to launch a new mpd server for
|
|
testing purposes. This mpd server will then be used during
|
|
POE::Component::Client::MPD or Audio::MPD tests.
|
|
|
|
In order to achieve this, the module will create a fake mpd.conf
|
|
file with the correct pathes (ie, where you untarred the modulE
|
|
tarball). It will then check if some mpd server is already running,
|
|
and stop it if the MPD_TEST_OVERRIDE environment variable is true
|
|
(die otherwise). Last it will run the test mpd with its newly
|
|
created configuration file.
|
|
|
|
WWW: http://search.cpan.org/dist/Test-Corpus-Audio-MPD/
|