d734328f5d
- Workarounds for https://github.com/ostreedev/ostree/issues/1592 - Disable failing test-gpg-verify-result.test, see https://github.com/ostreedev/ostree/issues/1634
13 lines
683 B
Diff
13 lines
683 B
Diff
diff -aur --no-dereference a/Makefile-tests.am b/Makefile-tests.am
|
|
--- a/Makefile-tests.am 1970-01-01 01:00:01.000000000 +0100
|
|
+++ b/Makefile-tests.am 2018-09-17 00:24:11.977841113 +0200
|
|
@@ -243,7 +243,7 @@
|
|
|
|
_installed_or_uninstalled_test_programs = tests/test-varint tests/test-ot-unix-utils tests/test-bsdiff tests/test-mutable-tree \
|
|
tests/test-keyfile-utils tests/test-ot-opt-utils tests/test-ot-tool-util \
|
|
- tests/test-gpg-verify-result tests/test-checksum tests/test-lzma tests/test-rollsum \
|
|
+ tests/test-checksum tests/test-lzma tests/test-rollsum \
|
|
tests/test-basic-c tests/test-sysroot-c tests/test-pull-c tests/test-repo tests/test-include-ostree-h
|
|
|
|
if USE_AVAHI
|