Sign in
skia
/
buildbot
/
0fb48441c2ccbbe76ece4ed2a7c77c8ea4b25a4c
/
.
/
go
/
database
/
setup_test_db
blob: 5f1b831c102a1723f095dc9ee252cf860ca399ce [
file
]
#!/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