bstinson / centos / t_functional

Forked from centos/t_functional 3 years ago
Clone

Blame tests/p_mod_wsgi/20-remove_mod_wsgi.sh

ff5c87
#!/bin/bash
ff5c87
ff5c87
t_Log "Running $0 - removing mod_wsgi"
ff5c87
ff5c87
if [[ $centos_ver -lt 6 || $centos_ver -gt 7 ]]; then
ff5c87
    t_Log "mod_wsgi not available before CentOS 6 or after CentOS 7 -> SKIP"
ff5c87
    exit 0
ff5c87
fi
ff5c87
ff5c87
t_RemovePackage mod_wsgi