Package: munit
Severity: wishlist

Hi,

munin currently runs a test suite for both systemd and sysvinit.
It uses the same name though, making it unnecessarily hard to decipher
the results like in

autopkgtest [07:48:54]: test command1:  - - - - - - - - - - results - - - - - - 
- - - -
command1             PASS
autopkgtest [07:48:54]: @@@@@@@@@@@@@@@@@@@@ summary
master-cron          PASS
master-cgi           PASS
master-cron          FAIL non-zero exit status 1
master-cgi           PASS
node                 PASS
node                 FAIL timed out
command1             PASS



I think you have two options

Symlink the tests:

$ cd debian/tests && ln -s master-cron master-cron-sysv

Tests: master-cron-sysv

Use the test-name feature

Tests: master-cron
Features: test-name=master-cron-sysv

Both approaches have their pros and cons.




-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.4.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), 
LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Reply via email to