Unverified Commit 7305b409 authored by Erik Wilson's avatar Erik Wilson Committed by GitHub

Merge pull request #1324 from erikwilson/enable-db-tests

Enable mysql & postgres tests
parents fa5385e3 40a4e953
......@@ -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
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