projects
/
dbsrgits/DBIx-Class-Schema-Loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
dee01f3
)
Demote diag about skip reason to note
Dagfinn Ilmari Mannsåker [Tue, 6 Aug 2013 22:06:24 +0000 (23:06 +0100)]
t/10_02mysql_common.t
patch
|
blob
|
blame
|
history
diff --git
a/t/10_02mysql_common.t
b/t/10_02mysql_common.t
index
5d77b75
..
27840db
100644
(file)
--- a/
t/10_02mysql_common.t
+++ b/
t/10_02mysql_common.t
@@
-248,7
+248,7
@@
my $tester = dbixcsl_common_tests->new(
$dbh->do('CREATE DATABASE `dbicsl-test`');
}
catch {
- diag "CREATE DATABASE returned error: '$_'";
+ note "CREATE DATABASE returned error: '$_'";
skip "no CREATE DATABASE privileges", 30 * 2;
};