Add new tests to test list

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
pull/6433/head
Brad Davidson 2022-10-26 17:16:33 +00:00 committed by Brad Davidson
parent 713e47c5e8
commit daf76c4186
1 changed files with 6 additions and 0 deletions

View File

@ -23,6 +23,12 @@ if [ ${ARCH} != s390x ]; then
echo "Did test-run-compat $?"
fi
. ./scripts/test-run-hardened
echo "Did test-run-hardened $?"
. ./scripts/test-run-upgrade
echo "Did test-run-upgrade $?"
. ./scripts/test-run-etcd
echo "Did test-run-etcd $?"