blob: 5f1b831c102a1723f095dc9ee252cf860ca399ce [file] [log] [blame]
#!/bin/bash
# Set up the test database and user.
set -x -e
if [ "$CHROME_HEADLESS" = "1" ]; then
mysql -u root < setup_test_db.sql
else
mysql -u root -p < setup_test_db.sql
fi