]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
Merge branch 'master' into fix-post-snapshot
authorMartin Vidner <martin@vidner.net>
Thu, 23 Jan 2020 18:42:28 +0000 (19:42 +0100)
committerMartin Vidner <martin@vidner.net>
Thu, 23 Jan 2020 18:42:28 +0000 (19:42 +0100)
1  2 
.travis.yml
zypp-plugin/testsuite/Makefile.am
zypp-plugin/testsuite/test-helper.sh

diff --cc .travis.yml
index 98a0795a10f0be06e4dba6daabf462bb4bcd0a75,5573b8d80736bcc1f114af7b1372f2d0e8b358e0..3038f6fc5f16bc94a7f41758d12b8fd972d083d4
@@@ -7,9 -7,9 +7,9 @@@ services
  env:
    - BUILD_FLAVOR=tumbleweed
    - BUILD_FLAVOR=leap
-   - BUILD_FLAVOR=fedora
-   - BUILD_FLAVOR=ubuntu
-   - BUILD_FLAVOR=debian
+   - BUILD_FLAVOR=fedora DOCKER_TAG=31
+   - BUILD_FLAVOR=ubuntu DOCKER_TAG=18.10
 -  - BUILD_FLAVOR=debian DOCKER_TAG=9
++  - BUILD_FLAVOR=debian DOCKER_TAG=10
  
  before_install:
    # use the Dockerfile.<distro> file for building the image
index 549efb77c5bbd063f3584fda21bedd9f7864bc89,0e84173af325f78dbde58a7e62b75fafa9f19ecf..7b52e132a511f54a9ae9363fc051eec98a4afd00
@@@ -3,8 -3,15 +3,11 @@@ TEST_LOG_DRIVER = $(SHELL) tap-driver.s
  
  check_SCRIPTS = 1-happy.test 2-malformed-xml.test 3-invalid-xml.test 4-badjson.test 99-shell.test
  noinst_SCRIPTS = mock-snapperd test-helper.sh
- noinst_DATA = zypp-plugin-malformed.conf zypp-plugin-invalid.conf
+ noinst_DATA = \
+       zypp-plugin-invalid.conf \
+       zypp-plugin-malformed.conf \
+       zypp-plugin-maxcover.conf
  
 -# Hack: these tests both use mock-snapperd which is not paralellized
 -# so serialize them
 -4-badjson.log: 1-happy.log
 -
  TESTS = $(check_SCRIPTS)
  
  EXTRA_DIST = $(check_SCRIPTS) $(noinst_SCRIPTS) $(noinst_DATA) tap-driver.sh
Simple merge