Browse Source

More Travis testing

Steven Smith 9 years ago
parent
commit
cde749742b
2 changed files with 2 additions and 0 deletions
  1. 1 0
      config/travis_setup.sh
  2. 1 0
      frameworks/C/lwan/setup.sh

+ 1 - 0
config/travis_setup.sh

@@ -66,6 +66,7 @@ sudo chown testrunner:testrunner installs
 
 
 # Setup MySQL
 # Setup MySQL
 echo "Populating MySQL database"
 echo "Populating MySQL database"
+sudo restart mysql
 mysql -uroot < config/create.sql
 mysql -uroot < config/create.sql
 
 
 # Setup Postgres
 # Setup Postgres

+ 1 - 0
frameworks/C/lwan/setup.sh

@@ -4,3 +4,4 @@ fw_depends lwan
 
 
 cd $LWAN_ROOT/techempower
 cd $LWAN_ROOT/techempower
 $LWAN_BUILD/techempower/techempower &
 $LWAN_BUILD/techempower/techempower &
+