Blame tests/0_common/20_upgrade_all.sh
|
Karanbir Singh |
43deec |
#!/bin/sh
|
|
Karanbir Singh |
43deec |
|
|
Karanbir Singh |
2dd0be |
t_Log "Running $0 - test that all updates can be applied to this machine cleanly"
|
|
Karanbir Singh |
43deec |
|
|
Karanbir Singh |
43deec |
yum -d0 -y upgrade
|
|
Karanbir Singh |
2dd0be |
|
|
Karanbir Singh |
2dd0be |
t_CheckExitStatus $?
|