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
0a1924
ret_val=$?
Karanbir Singh 2dd0be
0a1924
t_Log "Resourcing lib-functions - see CVE-2014-6271"
0a1924
LIB_FUNCTIONS='./tests/0_lib/functions.sh'
0a1924
source $LIB_FUNCTIONS
0a1924
0a1924
t_CheckExitStatus $ret_val