tests: run test-repo.sh with system repo too

tingping/wmclass
Alexander Larsson 2017-05-10 11:46:30 +02:00
parent 755d4b6337
commit 2f533f3a68
2 changed files with 23 additions and 0 deletions

View File

@ -120,6 +120,7 @@ dist_test_scripts = \
tests/test-run-deltas.sh \
tests/test-run-system-deltas.sh \
tests/test-repo.sh \
tests/test-repo-system.sh \
tests/test-extensions.sh \
tests/test-bundle.sh \
tests/test-bundle-system.sh \

View File

@ -0,0 +1,22 @@
#!/bin/bash
#
# Copyright (C) 2011 Colin Walters <walters@verbum.org>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
export USE_SYSTEMDIR=yes
. $(dirname $0)/test-repo.sh