From ace2d6f0632d7862d213d7ea6349d5ad68a5f082 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Thu, 19 Oct 2006 15:12:49 +0000 Subject: Reverted debug parameter to -1 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 68e82f97..a980d04e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,7 +18,7 @@ EXTRA_DIST = \ TODO.autoconf check: - cd pactest; python pactest.py --test=tests/*.py -p ../src/pacman/pacman --debug=1 + cd pactest; python pactest.py --test=tests/*.py -p ../src/pacman/pacman --debug=-1 tags: ctags -a lib/libalpm/*.[ch] -- cgit v1.2.3-24-g4f1b