summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorminfrin <minfrin@13f79535-47bb-0310-9956-ffa450edef68>2009-08-04 19:43:47 +0000
committerminfrin <minfrin@13f79535-47bb-0310-9956-ffa450edef68>2009-08-04 19:43:47 +0000
commita02680632251bce8313cf4a8d6457f6d0868f08d (patch)
tree60ade695361bb6f977c5bdecb514d79b094c3ebc /build
parentba308b21adc66dbbf7e6dec01f9f87223dd4ea3a (diff)
downloadlibapr-a02680632251bce8313cf4a8d6457f6d0868f08d.tar.gz
Make sure that "make check" is used in the RPM spec file, consistent
with apr-util. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.4.x@800935 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r--build/rpm/apr.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rpm/apr.spec.in b/build/rpm/apr.spec.in
index 768e9fe71..9f8360403 100644
--- a/build/rpm/apr.spec.in
+++ b/build/rpm/apr.spec.in
@@ -47,7 +47,7 @@ make %{?_smp_mflags} && make dox
# Run non-interactive tests
pushd test
make %{?_smp_mflags} all CFLAGS=-fno-strict-aliasing
-./testall -v || exit 1
+make check || exit 1
popd
%install