Skip to content

Commit

Permalink
[ci] remove checks for .service files
Browse files Browse the repository at this point in the history
These checks are now longer needed because services
get already checked in 0060-check_required_services.ts
  • Loading branch information
M0ses authored and coolo committed Nov 14, 2018
1 parent 5b696f8 commit ed212a2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dist/t/0030-installed-files.t
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ export BASH_TAP_ROOT=$(dirname $0)
#
. $(dirname $0)/bash-tap-bootstrap
#
plan tests 7
plan tests 5
for i in \
$DESTDIR/etc/logrotate.d/obs-server\
$DESTDIR/usr/lib/systemd/system/obssrcserver.service\
$DESTDIR/usr/lib/systemd/system/obsrepserver.service\
$DESTDIR/usr/sbin/obs_admin\
$DESTDIR/usr/sbin/obs_serverstatus
do
Expand Down

0 comments on commit ed212a2

Please sign in to comment.