[postgis-tickets] r15386 - Use local RUNTESTFLAGS env variable (global doesn't seem to work)
Sandro Santilli
strk at kbt.io
Wed May 3 22:07:46 PDT 2017
Author: strk
Date: 2017-05-03 22:07:46 -0700 (Wed, 03 May 2017)
New Revision: 15386
Modified:
trunk/.drone.yml
Log:
Use local RUNTESTFLAGS env variable (global doesn't seem to work)
Modified: trunk/.drone.yml
===================================================================
--- trunk/.drone.yml 2017-05-03 22:32:09 UTC (rev 15385)
+++ trunk/.drone.yml 2017-05-04 05:07:46 UTC (rev 15386)
@@ -1,9 +1,5 @@
# See http://readme.drone.io/0.5/usage/overview
-env:
- global:
- - RUNTESTFLAGS=-v
-
# See https://git.osgeo.org/gogs/postgis/postgis-docker
test-image: &test-image docker.kbt.io/postgis/build-test:trisquel
@@ -23,6 +19,6 @@
image: *test-image
commands:
- service postgresql start
- - make check
+ - make check RUNTESTFLAGS=-v
- make install
- utils/check_all_upgrades.sh 2.4.0dev
More information about the postgis-tickets
mailing list