Commit daf76c41 authored by Brad Davidson's avatar Brad Davidson Committed by Brad Davidson

Add new tests to test list

parent 713e47c5
...@@ -23,6 +23,12 @@ if [ ${ARCH} != s390x ]; then ...@@ -23,6 +23,12 @@ if [ ${ARCH} != s390x ]; then
echo "Did test-run-compat $?" echo "Did test-run-compat $?"
fi fi
. ./scripts/test-run-hardened
echo "Did test-run-hardened $?"
. ./scripts/test-run-upgrade
echo "Did test-run-upgrade $?"
. ./scripts/test-run-etcd . ./scripts/test-run-etcd
echo "Did test-run-etcd $?" echo "Did test-run-etcd $?"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment