Fix typo in mysql database loading
Change-Id: I85c96900aef64674fdf11f6821bafa06ad393e97
This commit is contained in:
parent
4343b956c5
commit
d61c805dae
@ -86,7 +86,7 @@ echo "Restoring test database $6"
|
||||
set -x
|
||||
mysql -u $4 --password=$5 -e "drop database $6"
|
||||
mysql -u $4 --password=$5 -e "create database $6"
|
||||
mysql -u $4 --password=$5 $6 < /$7
|
||||
mysql -u $4 --password=$5 $6 < $7
|
||||
set +x
|
||||
|
||||
echo "Build test environment"
|
||||
|
Loading…
x
Reference in New Issue
Block a user