Skip to content

Commit

Permalink
debian packaging update: switch from test to check target for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Apr 14, 2012
1 parent a1b1324 commit 0a2fdb6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion debian/changelog
Expand Up @@ -12,8 +12,9 @@ qgis (1.9.90) UNRELEASED; urgency=low
* add mssqlprovider plugin
* copyright & policy update (synced from debiangis)
* run crssync in postinst
* switch from test with check target instead of test

-- Jürgen E. Fischer <jef@norbit.de> Tue, 03 Apr 2012 00:20:18 +0200
-- Jürgen E. Fischer <jef@norbit.de> Sat, 14 Apr 2012 10:39:28 +0200

qgis (1.8.0) UNRELEASED; urgency=low

Expand Down
4 changes: 3 additions & 1 deletion debian/rules
Expand Up @@ -104,7 +104,9 @@ build-stamp: debian/build/CMakeCache.txt

ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
# Code to run the package test suite - and ignore the outcome for now
LD_LIBRARY_PATH=$(PWD)/debian/build/output/lib:$(LD_LIBRARY_PATH) $(MAKE) -C debian/build test || true
LD_LIBRARY_PATH=$(PWD)/debian/build/output/lib:$(LD_LIBRARY_PATH) $(MAKE) -C debian/build check || true
else
echo Skipping tests.
endif

touch $@
Expand Down

0 comments on commit 0a2fdb6

Please sign in to comment.