nixosTests.mpd: put mpd.conf files in $out

This commit is contained in:
Doron Behar
2025-11-17 11:34:34 +02:00
parent 97e96b7f45
commit 2df4d2030f
+3
View File
@@ -134,5 +134,8 @@ in
# The PulseAudio-based server is configured not to accept external client connections
# to perform the following test:
client.fail(f"{mpc} -h serverPulseAudio status")
# For inspecting these files
serverALSA.copy_from_vm("/run/mpd/mpd.conf", "ALSA")
serverPulseAudio.copy_from_vm("/run/mpd/mpd.conf", "PulseAudio")
'';
}