diff --git a/core/scripts/run-tests.sh b/core/scripts/run-tests.sh
index 4e35b28..2a0bc75 100644
--- a/core/scripts/run-tests.sh
+++ b/core/scripts/run-tests.sh
@@ -69,7 +69,7 @@
   }
   exit;
 }
-
+$args['module'] = 'dblog';
 $test_list = simpletest_script_get_test_list();
 
 // Try to allocate unlimited time to run the tests.
diff --git a/index.php b/index.php
index 867f0e0..2ec66db 100644
--- a/index.php
+++ b/index.php
@@ -1,5 +1,6 @@
 <?php
 
+
 /**
  * @file
  * The PHP page that serves all page requests on a Drupal installation.
