sync with f26
This commit is contained in:
parent
0be74aea08
commit
179639ce82
@ -1,6 +1,6 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 151
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
#
|
||||
# This file is maintained at the following location:
|
||||
# https://github.com/cockpit-project/cockpit/blob/master/tools/cockpit.spec
|
||||
@ -659,6 +659,9 @@ The Cockpit component for installing package updates, via PackageKit.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Mon Sep 25 2017 Stef Walter <stefw@redhat.com> - 151-2
|
||||
- Add simulated test failure
|
||||
|
||||
* Thu Sep 21 2017 Martin Pitt <martin@piware.de> - 151-1
|
||||
|
||||
- Support loading SSH keys from arbitrary paths
|
||||
|
3
tests/test-canary
Executable file
3
tests/test-canary
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh -e
|
||||
echo "This is a test failure to see if CI is working"
|
||||
exit 1
|
@ -18,3 +18,4 @@
|
||||
- classic
|
||||
tests:
|
||||
- ./source/tools/debian/tests/smoke
|
||||
- ./test-canary
|
||||
|
Loading…
Reference in New Issue
Block a user