File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,9 @@ qgis (1.9.90) UNRELEASED; urgency=low
12
12
* add mssqlprovider plugin
13
13
* copyright & policy update (synced from debiangis)
14
14
* run crssync in postinst
15
+ * switch from test with check target instead of test
15
16
16
- -- Jürgen E. Fischer <jef@norbit.de> Tue, 03 Apr 2012 00:20:18 +0200
17
+ -- Jürgen E. Fischer <jef@norbit.de> Sat, 14 Apr 2012 10:39:28 +0200
17
18
18
19
qgis (1.8.0) UNRELEASED; urgency=low
19
20
Original file line number Diff line number Diff line change @@ -104,7 +104,9 @@ build-stamp: debian/build/CMakeCache.txt
104
104
105
105
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS ) ) )
106
106
# Code to run the package test suite - and ignore the outcome for now
107
- LD_LIBRARY_PATH=$(PWD)/debian/build/output/lib:$(LD_LIBRARY_PATH) $(MAKE) -C debian/build test || true
107
+ LD_LIBRARY_PATH=$(PWD)/debian/build/output/lib:$(LD_LIBRARY_PATH) $(MAKE) -C debian/build check || true
108
+ else
109
+ echo Skipping tests.
108
110
endif
109
111
110
112
touch $@
You can’t perform that action at this time.
0 commit comments