mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-01 16:15:04 -04:00
7341d09541
I started playing around with gcov today and it showed a few places in the code that we don't test at all. This is the start of ensuring that we execute most of the code in our codebase. Signed-off-by: Dan McGee <dan@archlinux.org>
6 lines
117 B
Python
6 lines
117 B
Python
self.description = "Test command line option (-S --help)"
|
|
|
|
self.args = "-S --help"
|
|
|
|
self.addrule("PACMAN_RETCODE=2")
|