summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/run-tests.php b/run-tests.php
index c6bd7bf958..8962c1f566 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -1,5 +1,6 @@
#!/usr/bin/php
<?php
+putenv('TEST_PHP_EXECUTABLE=C:/sandbox/php5/Debug_TS/php.exe');
/*
+----------------------------------------------------------------------+
| PHP Version 5 |
@@ -869,7 +870,7 @@ function mail_qa_team($data, $compression, $status = FALSE)
function save_text($filename, $text, $filename_copy = null)
{
global $DETAILED;
-
+file_put_contents('steph.test.again.php', $text);
if ($filename_copy && $filename_copy != $filename) {
if (@file_put_contents($filename_copy, $text) === false) {
error("Cannot open file '" . $filename_copy . "' (save_text)");