diff --git a/test/Test.hs b/test/Test.hs index ad4beb7..bc65d07 100644 --- a/test/Test.hs +++ b/test/Test.hs @@ -1242,7 +1242,7 @@ run_worker act = #endif runSqlConn . #if defined (WITH_POSTGRESQL) || defined (WITH_MYSQL) - (runMigration migrateAll >>) $ (cleanDB >> act) + (runMigrationSilent migrateAll >>) $ (cleanDB >> act) #else (runMigrationSilent migrateAll >>) $ act #endif