From 02bd026dda0ecf90b973ce31763a925b35c413cf Mon Sep 17 00:00:00 2001 From: Brad Davidson Date: Wed, 26 Oct 2022 17:16:33 +0000 Subject: [PATCH] Add new tests to test list Signed-off-by: Brad Davidson --- scripts/test | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/test b/scripts/test index 6b5bc19881..2a2703335d 100755 --- a/scripts/test +++ b/scripts/test @@ -20,6 +20,12 @@ echo "Did test-run-basics $?" . ./scripts/test-run-compat echo "Did test-run-compat $?" +. ./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 $?"