Skip to content
Snippets Groups Projects
Commit af53381b authored by Andy Yates's avatar Andy Yates
Browse files

Rename of the schema

parent c6588c32
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ SKIP: {
skip 'Skipping DB creation tests as schema file cannot be found at '.$sql_file, 1 unless $result;
#Create DB & load schema
my $new_db_name = $db->create_db_name('temp');
my $new_db_name = $db->create_db_name('schematemp');
note 'Creating database '.$new_db_name;
$dba->dbc()->do("create database $new_db_name");
my %args = ( host => $dbc->host(), port => $dbc->port(), user => $dbc->username(), password => $dbc->password());
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment