summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/run-tests.php b/run-tests.php
index 467109fe6e..b54efad819 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -1,3 +1,4 @@
+#!/usr/bin/php
<?php
/*
+----------------------------------------------------------------------+
@@ -173,6 +174,7 @@ $ini_overwrites = array(
'auto_prepend_file=',
'auto_append_file=',
'magic_quotes_runtime=0',
+ 'ignore_repeated_errors=0',
);
function write_information($show_html)