datarhei-dragonfork-core/internal/testhelper
Ingo Oppermann 50deaef4d3
Wait for process to exit when stopping
If a process has some cleanup with purge-on-delete defined, the purge
has to wait until the process actually exited. Otherwise it may happen
that the process got the signal, files are purged, but the process is
still writing some files in order to exit cleanly. This would lead to
some artefacts left on the filesystem.
2022-08-17 15:13:17 +03:00
..
ffmpeg Fix tests such that ffmpeg binary is not required 2022-06-24 19:47:12 +02:00
ignoresigint Fix tests such that ffmpeg binary is not required 2022-06-24 19:47:12 +02:00
sigint Fix tests such that ffmpeg binary is not required 2022-06-24 19:47:12 +02:00
sigintwait Wait for process to exit when stopping 2022-08-17 15:13:17 +03:00
testhelper.go Remove print in tests 2022-06-24 19:49:53 +02:00