tests: Fix syntax error
This commit is contained in:
parent
cc5550a75f
commit
365ca755d7
@ -29,7 +29,7 @@ RC=0
|
|||||||
test/verify/check-machines-dbus -tv --machine $HOST:22 --browser $HOST:9090 \
|
test/verify/check-machines-dbus -tv --machine $HOST:22 --browser $HOST:9090 \
|
||||||
TestMachinesDBus.test{Basic,Libvirt,VCPU,MultipleSettings,BootOrder} \
|
TestMachinesDBus.test{Basic,Libvirt,VCPU,MultipleSettings,BootOrder} \
|
||||||
TestMachinesDBus.test{InlineConsole,ExternalConsole,SerialConsole} \
|
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
|
# 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=$?
|
test/verify/check-packagekit -tv --machine $HOST:22 --browser $HOST:9090 TestUpdates.test{Basic,SecurityOnly} TestAutoUpdates || RC=$?
|
||||||
|
Loading…
Reference in New Issue
Block a user