From 58fe79eef64fb87b2553e6514a47beaa6d0249c1 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 25 Mar 2007 17:37:42 +0000 Subject: * Fix bug where 'makepkg -L' doesn't stop on build failure. Andrew Fyfe * Add testing to etc/pacman.d/.cvsignore * Fix scriptlet001.py test to work during 'make check'. --- pactest/tests/scriptlet001.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pactest') diff --git a/pactest/tests/scriptlet001.py b/pactest/tests/scriptlet001.py index a749a114..73bb7691 100644 --- a/pactest/tests/scriptlet001.py +++ b/pactest/tests/scriptlet001.py @@ -8,7 +8,8 @@ p1.install['pre_install'] = "ls /etc"; p1.install['post_install'] = "ls /etc"; self.addpkg(p1) -self.args = "-U %s" % p1.filename() +# --debug is necessary to check PACMAN_OUTPUT +self.args = "--debug -U %s" % p1.filename() self.addrule("PACMAN_RETCODE=0") self.addrule("PACMAN_OUTPUT=pre_install") -- cgit v1.2.3-24-g4f1b