From: Dagfinn Ilmari Mannsåker Date: Tue, 6 Aug 2013 22:06:24 +0000 (+0100) Subject: Demote diag about skip reason to note X-Git-Tag: 0.07036_01~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-Schema-Loader.git;a=commitdiff_plain;h=51b0099b3f740953e7a0e8c3b857a39390e7375d Demote diag about skip reason to note --- diff --git a/t/10_02mysql_common.t b/t/10_02mysql_common.t index 5d77b75..27840db 100644 --- 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; };