makepkg: skip devel_check() when repackaging
[pacman-ng.git] / pactest / tests / ldconfig003.py
blob1b48efadd88fd7cc29a13d20de1808859abb79ff
1 # quick note here - chroot() is expected to fail. We're not checking the
2 # validity of the scripts, only that they fire (or try to)
3 self.description = "Make sure ldconfig runs on a sync operation"
5 sp = pmpkg("dummy")
6 self.addpkg2db("sync", sp)
8 self.args = "-S %s" % sp.name
10 # --debug is necessary to check PACMAN_OUTPUT
11 self.args = "--debug -S %s" % sp.name
13 self.addrule("PACMAN_RETCODE=0")
14 self.addrule("PACMAN_OUTPUT=ldconfig")