From 0e62e8bef080a636fb481f8ec776bc67286c25ec Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 12 Feb 2014 22:43:00 -0400 Subject: [PATCH] Yeah, still won't work. Just trying something. --- tests/scripts/travis_setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/scripts/travis_setup.sh b/tests/scripts/travis_setup.sh index 8ccf1ab8..4b44b93b 100755 --- a/tests/scripts/travis_setup.sh +++ b/tests/scripts/travis_setup.sh @@ -1,5 +1,6 @@ #!/bin/bash +echo $PATH mysql -u root -e 'create database drupal;' mysql -u root -e "create database fedora;" mysql -u root -e "GRANT ALL PRIVILEGES ON fedora.* To 'fedora'@'localhost' IDENTIFIED BY 'fedora';"