tests: Fix syntax error

This commit is contained in:
Martin Pitt 2020-04-07 13:43:40 +02:00
parent cc5550a75f
commit 365ca755d7

View File

@ -29,7 +29,7 @@ RC=0
test/verify/check-machines-dbus -tv --machine $HOST:22 --browser $HOST:9090 \
TestMachinesDBus.test{Basic,Libvirt,VCPU,MultipleSettings,BootOrder} \
TestMachinesDBus.test{InlineConsole,ExternalConsole,SerialConsole} \
TestMachinesDBus.test{StoragePools,StoragePoolsCreate,VmNICs,NICAdd,NetworkSettings} || RC=\$?
TestMachinesDBus.test{StoragePools,StoragePoolsCreate,VmNICs,NICAdd,NetworkSettings} || RC=$?
# not all classes are nondestructive, and we can't run rebooting tests
test/verify/check-packagekit -tv --machine $HOST:22 --browser $HOST:9090 TestUpdates.test{Basic,SecurityOnly} TestAutoUpdates || RC=$?