diff options
author | Dan McGee <dan@archlinux.org> | 2007-03-04 18:14:37 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-03-04 18:14:37 +0100 |
commit | 313b97034257387dedbfb6857619808dc1db7f9d (patch) | |
tree | a448a8799e0fde012888d2c6a75ea7caa1fc8327 /Makefile.am | |
parent | 2ff33d8316c770dc922611979bdad65c9b3c79ee (diff) | |
download | pacman-313b97034257387dedbfb6857619808dc1db7f9d.tar.gz pacman-313b97034257387dedbfb6857619808dc1db7f9d.tar.xz |
* Update distcheck flags, we no longer need to pass --disable-fakeroot.
All tests are passing except 1 known to fail (upgrade051).
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 7602963f..0ef2a5da 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,14 +1,12 @@ SUBDIRS = lib/libalpm src/util src/pacman scripts doc etc pactest contrib -DISTCHECK_CONFIGURE_FLAGS = --disable-fakeroot +#DISTCHECK_CONFIGURE_FLAGS = --disable-fakeroot # Some files automatically included, so they aren't specified below: # AUTHORS, COPYING, NEWS, README 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 rm -rf $(top_builddir)/root |