Chromium Code Reviews| Index: go/database/setup_test_db |
| diff --git a/go/database/setup_test_db b/go/database/setup_test_db |
| new file mode 100755 |
| index 0000000000000000000000000000000000000000..20c27795699c9061ae76eeb47d7bb43cff50fe35 |
| --- /dev/null |
| +++ b/go/database/setup_test_db |
| @@ -0,0 +1,4 @@ |
| +#!/bin/bash |
|
jcgregorio
2014/12/18 15:21:12
File wasn't executable when I patched this CL in,
|
| +# Set up the test database and user. |
| + |
|
jcgregorio
2014/12/18 15:21:12
set -x -e
|
| +mysql -u root -p < setup_test_db.sql |