From 94874d90e205114ae71d8a8ed9b4273382434a29 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Fri, 23 Feb 2007 04:54:49 +0000 Subject: * Fixed globbing for pactest --test argument * --manual-confirm was handled in the wrong order --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 9d3f6187..7602963f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,6 +9,6 @@ EXTRA_DIST = HACKING # TODO : figure out a way to get 'make distcheck' to build with # --disable-fakeroot so it actually passes tests check-local: src/pacman - python $(top_srcdir)/pactest/pactest.py --test=$(top_srcdir)/pactest/tests/*.py -p $(top_builddir)/src/pacman/pacman --debug=1 + python $(top_srcdir)/pactest/pactest.py --test $(top_srcdir)/pactest/tests/*.py -p $(top_builddir)/src/pacman/pacman --debug=1 rm -rf $(top_builddir)/root -- cgit v1.2.3-24-g4f1b