Enable mysql & postgres tests

pull/1324/head
Erik Wilson 2020-01-20 16:22:23 -07:00
parent 686768eacf
commit 40a4e953ff
1 changed files with 9 additions and 9 deletions

View File

@ -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