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:
Aleksandar Todorov 2021-01-25 15:18:46 +02:00
parent b20a2dc36b
commit f0df12c12d

View File

@ -108,7 +108,6 @@ composer_start() {
# socket stop/start seems to be necessary for a proper service restart
# after a previous direct manual run for it to work properly
systemctl start $BACKEND.socket
systemctl start $BACKEND
fi
rc=$?