From 40a4e953ff1297fd2b00b1f6660afe8cee9a6ad6 Mon Sep 17 00:00:00 2001 From: Erik Wilson Date: Mon, 20 Jan 2020 16:22:23 -0700 Subject: [PATCH] Enable mysql & postgres tests --- scripts/test | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/scripts/test b/scripts/test index f9e45c991b..64fef23b81 100755 --- a/scripts/test +++ b/scripts/test @@ -11,19 +11,19 @@ mkdir -p $artifacts . ./scripts/test-run-basics -# # --- +# --- E2E_OUTPUT=$artifacts test-run-sonobuoy -# # --- +# --- -# if [ "$ARCH" != 'amd64' ]; then -# printf "\033[33mSkipping remaining tests, images not available for $ARCH.\033[m\n" -# exit 0 -# fi +if [ "$ARCH" != 'amd64' ]; then + printf "\033[33mSkipping remaining tests, images not available for $ARCH.\033[m\n" + exit 0 +fi -# # --- +# --- -# test-run-sonobuoy mysql -# test-run-sonobuoy postgres +test-run-sonobuoy mysql +test-run-sonobuoy postgres # test-run-sonobuoy dqlite \ No newline at end of file