tests: Remove systemctl for osbuild-composer
leave osbuild-composer.socket instead otherwise API socket isn't automatically started Related: rhbz#1916684
This commit is contained in:
parent
b20a2dc36b
commit
633ab6ed2e
@ -108,7 +108,6 @@ composer_start() {
|
|||||||
# socket stop/start seems to be necessary for a proper service restart
|
# socket stop/start seems to be necessary for a proper service restart
|
||||||
# after a previous direct manual run for it to work properly
|
# after a previous direct manual run for it to work properly
|
||||||
systemctl start $BACKEND.socket
|
systemctl start $BACKEND.socket
|
||||||
systemctl start $BACKEND
|
|
||||||
fi
|
fi
|
||||||
rc=$?
|
rc=$?
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user