mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-01 16:15:04 -04:00
6 lines
103 B
Python
6 lines
103 B
Python
|
self.description = "Test command line option (-v)"
|
||
|
|
||
|
self.args = "-v"
|
||
|
|
||
|
self.addrule("PACMAN_RETCODE=1")
|